-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[doc] Add a missing apostrophe in a code example in venv.rst #28391
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
Conversation
documentation update
Doc/library/venv.rst
Outdated
help='A directory in which to create the' | ||
'virtual environment.') |
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.
You need a space before the apostrophe.
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.
Oh yes. But the sample code was giving an error so I just sent a change to resolve it. Ill add the space
Thanks @ArkaprabhaChakraborty for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
GH-28425 is a backport of this pull request to the 3.10 branch. |
GH-28426 is a backport of this pull request to the 3.9 branch. |
…H-28391) (cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
…H-28391) (cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
… (GH-28425) (cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
… (GH-28426) (cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
… (GH-28425) (cherry picked from commit d22a700) Co-authored-by: Arkaprabha Chakraborty <[email protected]>
documentation update