-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-101100: Fix Sphinx documentation warnings in collections.rst
#130629
Conversation
@@ -894,10 +895,10 @@ they add the ability to access fields by name instead of position index. | |||
Added the *module* parameter. | |||
|
|||
.. versionchanged:: 3.7 | |||
Removed the *verbose* parameter and the :attr:`_source` attribute. | |||
Removed the *verbose* parameter and the :attr:`!_source` attribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should _source
be documented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need, it's been removed.
@@ -894,10 +895,10 @@ they add the ability to access fields by name instead of position index. | |||
Added the *module* parameter. | |||
|
|||
.. versionchanged:: 3.7 | |||
Removed the *verbose* parameter and the :attr:`_source` attribute. | |||
Removed the *verbose* parameter and the :attr:`!_source` attribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need, it's been removed.
…t` (pythonGH-130629) (cherry picked from commit 373eb1b) Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
GH-130779 is a backport of this pull request to the 3.13 branch. |
Sorry, @Viicos and @hugovk, I could not cleanly backport this to
|
…ions.rst` (pythonGH-130629) (cherry picked from commit 373eb1b) Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
GH-130782 is a backport of this pull request to the 3.12 branch. |
📚 Documentation preview 📚: https://cpython-previews--130629.org.readthedocs.build/