Skip to content

Commit 2f49abf

Browse files
committed
Fix ref
1 parent 40cc8f6 commit 2f49abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0805.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ An object's ``__shared__`` state can be one of the following:
9191
* Synchronized: A special state for some builtin objects.
9292
All operations on the object are protected by an internal mutex, so no external synchronization is needed.
9393

94-
\* Strictly, a single "super thread". See :ref:`super-thread` below.
94+
\* Strictly, a single "super thread". See :ref:`super-threads` below.
9595

9696
The ``__shared__`` attribute is read-only.
9797

0 commit comments

Comments
 (0)