Skip to content

Commit fbd2031

Browse files
committed
fix label
1 parent 830f247 commit fbd2031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/writing_stubs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ older versions of Python.
722722
Platform-dependent APIs
723723
-----------------------
724724

725-
Use :ref:`version-and-platform-checks<platform checks>` like ``if sys.platform == 'win32'`` to denote platform-dependent APIs.
725+
Use :ref:`platform checks<version-and-platform-checks>` like ``if sys.platform == 'win32'`` to denote platform-dependent APIs.
726726

727727
NamedTuple and TypedDict
728728
------------------------

0 commit comments

Comments
 (0)