Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f43713f

Browse files
committed
#6927: fix wrong word.
1 parent 95a7504 commit f43713f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/reference/compound_stmts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@ which is then bound to the class name.
610610
.. [#] The exception is propagated to the invocation stack only if there is no
611611
:keyword:`finally` clause that negates the exception.
612612
613-
.. [#] Currently, control "flows off the end" except in the case of an exception or the
614-
execution of a :keyword:`return`, :keyword:`continue`, or :keyword:`break`
615-
statement.
613+
.. [#] Currently, control "flows off the end" except in the case of an exception
614+
or the execution of a :keyword:`return`, :keyword:`continue`, or
615+
:keyword:`break` statement.
616616
617617
.. [#] A string literal appearing as the first statement in the function body is
618618
transformed into the function's ``__doc__`` attribute and therefore the

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ returning an ordered dictionary.
15321532

15331533
The appropriate metaclass is determined by the following precedence rules:
15341534

1535-
* If the ``metaclass`` keyword argument is based with the bases, it is used.
1535+
* If the ``metaclass`` keyword argument is passed with the bases, it is used.
15361536

15371537
* Otherwise, if there is at least one base class, its metaclass is used.
15381538

0 commit comments

Comments
 (0)