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 830f247 commit fbd2031Copy full SHA for fbd2031
docs/guides/writing_stubs.rst
@@ -722,7 +722,7 @@ older versions of Python.
722
Platform-dependent APIs
723
-----------------------
724
725
-Use :ref:`version-and-platform-checks<platform checks>` like ``if sys.platform == 'win32'`` to denote platform-dependent APIs.
+Use :ref:`platform checks<version-and-platform-checks>` like ``if sys.platform == 'win32'`` to denote platform-dependent APIs.
726
727
NamedTuple and TypedDict
728
------------------------
0 commit comments