Skip to content

docs: Fix a few typos #81

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Support/bin/pycheckmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# "pychecker", "pyflakes", "pycodestyle", "flake8", or "pylint", or "frosted"
# to locate these programs in the default python bin directory or to a full
# path if the checker program is installed elsewhere.
# - If for some reason you want to use the built-in sytax check when either
# - If for some reason you want to use the built-in syntax check when either
# pychecker or pyflakes are installed, you may set TM_PYCHECKER to
# "builtin".

Expand Down Expand Up @@ -123,7 +123,7 @@ class MyPopen(object):
return no additional output. At that point drain() should be called to
return the last bit of output.

As a simplication, readlines() can be called until it returns (None, None)
As a simplification, readlines() can be called until it returns (None, None)
"""

try:
Expand Down
2 changes: 1 addition & 1 deletion Support/sitecustomize.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
exceptions, format the exception in fancy html, and write them to
a file handle (for instance, sys.stderr).

Also, sys.stdout and sys.stder are wrapped in a utf-8 codec writer.
Also, sys.stdout and sys.stderr are wrapped in a utf-8 codec writer.

"""

Expand Down