Skip to content

Commit 5702fb7

Browse files
committed
Issue python#29198: Fix indentation and markup in typing.rst
Patch by Jelle Zijlstra.
1 parent 38962a6 commit 5702fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ comparable for equality.
299299

300300

301301
The :data:`Any` type
302-
---------------------
302+
--------------------
303303

304304
A special kind of type is :data:`Any`. A static type checker will treat
305305
every type as being compatible with :data:`Any` and :data:`Any` as being
@@ -625,7 +625,7 @@ The module defines the following classes, functions and decorators:
625625

626626
.. class:: AsyncIterator(AsyncIterable[T_co])
627627

628-
A generic version of :class:`collections.abc.AsyncIterator`.
628+
A generic version of :class:`collections.abc.AsyncIterator`.
629629

630630
.. class:: Dict(dict, MutableMapping[KT, VT])
631631

0 commit comments

Comments
 (0)