Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Jun 7, 2024
1 parent 379c368 commit 8420820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/symtable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ Examining Symbol Tables
def method(self):
return x

In this example, the the class-scoped ``x`` symbol is considered
to be free from the perspective of ``C.method``, thereby allowing
the ``method`` to return *1* at runtime and not *2*.
In this example, the class-scoped ``x`` symbol is considered to
be free from the perspective of ``C.method``, thereby allowing
the latter to return *1* at runtime and not *2*.

.. versionadded:: 3.14

Expand Down

0 comments on commit 8420820

Please sign in to comment.