From: Berker Peksag Date: Sat, 4 Feb 2017 06:34:16 +0000 (+0300) Subject: Issue #29198: Fix indentation and markup in typing.rst X-Git-Tag: v3.6.1rc1~116^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5702fb7b4d5adbeb82ec38d7d56ed339f7c90cc3;p=thirdparty%2FPython%2Fcpython.git Issue #29198: Fix indentation and markup in typing.rst Patch by Jelle Zijlstra. --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index aaa43e4a444b..8da71b64a792 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -299,7 +299,7 @@ comparable for equality. The :data:`Any` type ---------------------- +-------------------- A special kind of type is :data:`Any`. A static type checker will treat 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: .. class:: AsyncIterator(AsyncIterable[T_co]) - A generic version of :class:`collections.abc.AsyncIterator`. + A generic version of :class:`collections.abc.AsyncIterator`. .. class:: Dict(dict, MutableMapping[KT, VT])