Commit fdfe2833 authored by Sebastian Rittau's avatar Sebastian Rittau Committed by Ivan Levkivskyi

bpo-38467: Fix argument name of typing functions (GH-16753)

parent 81440957
......@@ -1041,8 +1041,8 @@ The module defines the following classes, functions and decorators:
a dictionary constructed by merging all the ``__annotations__`` along
``C.__mro__`` in reverse order.
.. function:: get_origin(typ)
.. function:: get_args(typ)
.. function:: get_origin(tp)
.. function:: get_args(tp)
Provide basic introspection for generic types and special typing forms.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment