-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix typos in docs and docstrings #13745
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
I'm curious did you use spell-checker? |
I used aspell and the following command to get a list of words it thinks is a typo. I manually skimmed through the list looking for typos since it also reports variable names, function names etc as typo with the word not in the dictionary and also sometimes reports US/UK spelling difference as typo since the built-in dictionary is not smart. So there might be few typos I could have overlooked.
|
|
|
I hope asyncio tests flakyness was fixed by #13754 |
Yet, a buildbot run for that PR has failed on an asyncio test: #13754 (comment) |
I see the comment.
Perhaps it is related to @tiran work for adding ssl debug helpers. I read the error as s390x RHEL 3.x has too old OpenSSL version that has no support for debug helpers API (completely or partially). After that I see tests run.
the test is ok but
No failure report except non-zero build bot exit code. |
The test was run with
I don't see the actual error, though :( |
Got you. Thanks! |
I have limited typos to user facing output and avoided typos in source code comments to reduce diff.
perfoming -> performing
specifiy -> specify
accross -> across
filname -> filename
prepand -> prepend
reminaing -> remaining
atttributes -> attributes
inherints -> inherits
brower -> browser
Informaton -> Information
hostame -> hostname
imput -> input
toogles betweem -> toggles between
Coersion -> Coercion