File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ returning an ordered dictionary.
15321532
15331533The 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
You can’t perform that action at this time.
0 commit comments