Issue #29198: Merge from 3.6
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 6c4af4c..6c8982b 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -306,7 +306,7 @@
 
 
 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
@@ -638,7 +638,7 @@
 
 .. class:: AsyncIterator(AsyncIterable[T_co])
 
-  A generic version of :class:`collections.abc.AsyncIterator`.
+   A generic version of :class:`collections.abc.AsyncIterator`.
 
 .. class:: ContextManager(Generic[T_co])