@@ -412,7 +412,7 @@ uses were to provide type hints to function parameters and return values. It
412
412
became evident that it would be beneficial for Python users, if the
413
413
standard library included the base definitions and tools for type annotations.
414
414
415
- :pep: `484 ` introduces a :term: `provisional module <provisional api > ` to
415
+ :pep: `484 ` introduces a :term: `provisional module <provisional API > ` to
416
416
provide these standard definitions and tools, along with some conventions
417
417
for situations where annotations are not available.
418
418
@@ -726,7 +726,7 @@ New Modules
726
726
typing
727
727
------
728
728
729
- The new :mod: `typing ` :term: `provisional <provisional api > ` module
729
+ The new :mod: `typing ` :term: `provisional <provisional API > ` module
730
730
provides standard definitions and tools for function type annotations.
731
731
See :ref: `Type Hints <whatsnew-pep-484 >` for more information.
732
732
@@ -772,7 +772,7 @@ Steven Bethard, paul j3 and Daniel Eriksson in :issue:`14910`.)
772
772
asyncio
773
773
-------
774
774
775
- Since the :mod: `asyncio ` module is :term: `provisional <provisional api > `,
775
+ Since the :mod: `asyncio ` module is :term: `provisional <provisional API > `,
776
776
all changes introduced in Python 3.5 have also been backported to Python 3.4.x.
777
777
778
778
Notable changes in the :mod: `asyncio ` module since Python 3.4.0:
@@ -1867,7 +1867,7 @@ A new :func:`~sys.set_coroutine_wrapper` function allows setting a global
1867
1867
hook that will be called whenever a :term: `coroutine object <coroutine> `
1868
1868
is created by an :keyword: `async def ` function. A corresponding
1869
1869
:func: `~sys.get_coroutine_wrapper ` can be used to obtain a currently set
1870
- wrapper. Both functions are :term: `provisional <provisional api > `,
1870
+ wrapper. Both functions are :term: `provisional <provisional API > `,
1871
1871
and are intended for debugging purposes only. (Contributed by Yury Selivanov
1872
1872
in :issue: `24017 `.)
1873
1873
0 commit comments