Skip to content

Commit a87693a

Browse files
committed
Fix docs build
1 parent 0ce09a1 commit a87693a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/kinds_of_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ case you should add an explicit ``... | None`` annotation.
443443
The Python interpreter internally uses the name ``NoneType`` for
444444
the type of ``None``, but ``None`` is always used in type
445445
annotations. The latter is shorter and reads better. (``NoneType``
446-
is available as :py:data:`types.NoneType` on Python 3.10+, but is
446+
is available as :py:class:`types.NoneType` on Python 3.10+, but is
447447
not exposed at all on earlier versions of Python.)
448448

449449
.. note::

0 commit comments

Comments
 (0)