-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
[docs] Correct typos in SSLContext.sni_callback. #30623
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
[docs] Correct typos in SSLContext.sni_callback. #30623
Conversation
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.
The docs build is unrelated: https://bugs.python.org/issue40066#msg410711
(Rebasing should fix it.)
File "library/enum.rst", line ?, in default
Failed example:
Color(0)
Exception raised:
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython/Lib/doctest.py", line [13](https://github.com/python/cpython/runs/4833263884?check_suite_focus=true#step:9:13)46, in __run
exec(compile(example.source, filename, "single",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<doctest default[0]>", line 1, in <module>
Color(0)
^^^^^
NameError: name 'Color' is not defined
Should I rebase+force-push? |
Better to merge main into this branch. Force push should generally be avoided because it can make reviews harder. We'll squash merge eventually anyway, so the commit history of the PR isn't too important. |
I merged main. Seems to be all green now. |
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.
Planning to merge in a few days (another small doc fix, cc @gvanrossum).
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.
Yeah
Thanks @joernheissler for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Co-authored-by: Jörn Heissler <[email protected]> (cherry picked from commit f80a97b) Co-authored-by: Jörn Heissler <[email protected]>
GH-31421 is a backport of this pull request to the 3.10 branch. |
Co-authored-by: Jörn Heissler <[email protected]> (cherry picked from commit f80a97b) Co-authored-by: Jörn Heissler <[email protected]>
GH-31422 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Jörn Heissler <[email protected]> (cherry picked from commit f80a97b) Co-authored-by: Jörn Heissler <[email protected]>
Co-authored-by: Jörn Heissler <[email protected]> (cherry picked from commit f80a97b) Co-authored-by: Jörn Heissler <[email protected]>
Co-authored-by: Jörn Heissler <[email protected]> (cherry picked from commit f80a97b) Co-authored-by: Jörn Heissler <[email protected]>
No description provided.