Skip to content

Commit

Permalink
pythongh-73196: Add namespace/scope clarification for inheritance sec…
Browse files Browse the repository at this point in the history
…tion (python#92840)

Add namespace/scope clarification for inheritance section
  • Loading branch information
slateny authored and mpage committed Oct 11, 2022
1 parent 9f5d3b5 commit 0085f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/tutorial/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ this::
.
<statement-N>

The name :class:`BaseClassName` must be defined in a scope containing the
The name :class:`BaseClassName` must be defined in a
namespace accessible from the scope containing the
derived class definition. In place of a base class name, other arbitrary
expressions are also allowed. This can be useful, for example, when the base
class is defined in another module::
Expand Down

0 comments on commit 0085f20

Please sign in to comment.