We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cc8f6 commit 2f49abfCopy full SHA for 2f49abf
peps/pep-0805.rst
@@ -91,7 +91,7 @@ An object's ``__shared__`` state can be one of the following:
91
* Synchronized: A special state for some builtin objects.
92
All operations on the object are protected by an internal mutex, so no external synchronization is needed.
93
94
-\* Strictly, a single "super thread". See :ref:`super-thread` below.
+\* Strictly, a single "super thread". See :ref:`super-threads` below.
95
96
The ``__shared__`` attribute is read-only.
97
0 commit comments