gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)

This commit is contained in:
Serhiy Storchaka 2023-07-21 12:34:30 +03:00 committed by GitHub
parent 8d397ee825
commit d036db728e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 111 additions and 111 deletions

View file

@ -130,7 +130,7 @@
suitable for reading (same as :attr:`pathlib.Path.open`).
When opening as text, accepts encoding parameters such as those
accepted by :attr:`io.TextIOWrapper`.
accepted by :class:`io.TextIOWrapper`.
.. method:: read_bytes()