X Tutup
Skip to content

[3.11] Corrected Identifier in Documentation#104498

Closed
willsawyerrrr wants to merge 1 commit intopython:3.11from
willsawyerrrr:ws-correct-documentation
Closed

[3.11] Corrected Identifier in Documentation#104498
willsawyerrrr wants to merge 1 commit intopython:3.11from
willsawyerrrr:ws-correct-documentation

Conversation

@willsawyerrrr
Copy link
Copy Markdown
Contributor

@willsawyerrrr willsawyerrrr commented May 15, 2023

The operator.length_hint method takes an argument obj.

The description of this method referred to the argument as simply o. This PR edits the description to use obj.


📚 Documentation preview 📚: https://cpython-previews--104498.org.readthedocs.build/

@bedevere-bot bedevere-bot added awaiting review docs Documentation in the Doc dir skip news labels May 15, 2023
@ghost
Copy link
Copy Markdown

ghost commented May 15, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@arhadthedev
Copy link
Copy Markdown
Member

3.12 is also affected. Could you open the same PR against main branch, please, so we can bind this PR as a backport?

@arhadthedev
Copy link
Copy Markdown
Member

Changing the target branch in GitHub doesn't rebase the PR onto it. The result is, essencially, an attempt to merge main into 3.11 with slight modifications, and it creates havoc in automation.

@willsawyerrrr
Copy link
Copy Markdown
Contributor Author

@arhadthedev I did notice that caused a mess. I'm opening a new PR onto main now.

@willsawyerrrr
Copy link
Copy Markdown
Contributor Author

See #104713.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup