mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
This commit is contained in:
parent
2b8ed4d3d4
commit
3440d197a5
71 changed files with 118 additions and 118 deletions
|
@ -450,7 +450,7 @@ ABC hierarchy::
|
|||
reloaded):
|
||||
|
||||
- :attr:`__name__`
|
||||
The module's fully-qualified name.
|
||||
The module's fully qualified name.
|
||||
It is ``'__main__'`` for an executed module.
|
||||
|
||||
- :attr:`__file__`
|
||||
|
@ -471,7 +471,7 @@ ABC hierarchy::
|
|||
as an indicator that the module is a package.
|
||||
|
||||
- :attr:`__package__`
|
||||
The fully-qualified name of the package the module is in (or the
|
||||
The fully qualified name of the package the module is in (or the
|
||||
empty string for a top-level module).
|
||||
If the module is a package then this is the same as :attr:`__name__`.
|
||||
|
||||
|
@ -899,7 +899,7 @@ find and load modules.
|
|||
|
||||
(:attr:`__name__`)
|
||||
|
||||
The module's fully-qualified name.
|
||||
The module's fully qualified name.
|
||||
The :term:`finder` should always set this attribute to a non-empty string.
|
||||
|
||||
.. attribute:: loader
|
||||
|
@ -948,7 +948,7 @@ find and load modules.
|
|||
|
||||
(:attr:`__package__`)
|
||||
|
||||
(Read-only) The fully-qualified name of the package the module is in (or the
|
||||
(Read-only) The fully qualified name of the package the module is in (or the
|
||||
empty string for a top-level module).
|
||||
If the module is a package then this is the same as :attr:`name`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue