Skip to content

Commit f261d1d

Browse files
committed
Typo
1 parent ed43233 commit f261d1d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

vm/src/exceptions.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ macro_rules! extends_exception {
531531
$base_class_literal: literal,
532532
$docs: tt
533533
) => {
534-
simple_extends_exception!(
534+
extends_exception!(
535535
$class_name,
536536
$class_name_literal,
537537
$base_class,
@@ -585,11 +585,11 @@ macro_rules! extends_exception {
585585
}
586586

587587
extends_exception! {
588-
PyKeyboardInterrupt,
589-
"KeyboardInterrupt",
590-
PyBaseException,
591-
"PyBaseException",
592-
"Program interrupted by user."
588+
PyKeyboardInterrupt,
589+
"KeyboardInterrupt",
590+
PyBaseException,
591+
"PyBaseException",
592+
"Program interrupted by user."
593593
}
594594

595595
impl ExceptionZoo {

0 commit comments

Comments
 (0)