Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/doc/en/developer/coding_in_python.rst: Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 8, 2022
1 parent d5c0748 commit ecd18a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/en/developer/coding_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ using one of two mechanisms:
should include this ``__future__`` import and follow PEP 563.

- Backport packages

- `importlib_metadata <../reference/spkg/importlib_metadata>`_
(to be used in place of ``importlib.metadata``),
- `importlib_resources <../reference/spkg/importlib_resources>`_
(to be used in place of ``importlib.resources``),
- `typing_extensions <../reference/spkg/typing_extensions>`_
(to be used in place of ``typing``).

The Sage library declares these packages as dependencies and ensures that
versions that provide features of Python 3.11 are available.

Expand Down

0 comments on commit ecd18a9

Please sign in to comment.