Skip to content
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: Fix a few typos #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timgates42
Copy link

There are small typos in:

  • README.md
  • examples/bot_ping.py
  • examples/bot_source_of_reply.py
  • examples/bot_with_context.py
  • pytg/init.py
  • pytg/exceptions.py
  • pytg/fix_msg_array.py
  • pytg/sender.py

Fixes:

  • Should read convenience rather than convinience.
  • Should read careful rather than carefull.
  • Should read because rather than becaues.
  • Should read formatted rather than formated.
  • Should read fails rather than failes.
  • Should read succeed rather than suceed.
  • Should read something rather than somethhing.
  • Should read returned rather than returnded.
  • Should read respectively rather than respectivly.
  • Should read conversations rather than converations.
  • Should read considered rather than concidered.
  • Should read available rather than availabe.
  • Should read affected rather than affacted.

Semi-automated pull request generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

There are small typos in:
- README.md
- examples/bot_ping.py
- examples/bot_source_of_reply.py
- examples/bot_with_context.py
- pytg/__init__.py
- pytg/exceptions.py
- pytg/fix_msg_array.py
- pytg/sender.py

Fixes:
- Should read `convenience` rather than `convinience`.
- Should read `careful` rather than `carefull`.
- Should read `because` rather than `becaues`.
- Should read `formatted` rather than `formated`.
- Should read `fails` rather than `failes`.
- Should read `succeed` rather than `suceed`.
- Should read `something` rather than `somethhing`.
- Should read `returned` rather than `returnded`.
- Should read `respectively` rather than `respectivly`.
- Should read `conversations` rather than `converations`.
- Should read `considered` rather than `concidered`.
- Should read `available` rather than `availabe`.
- Should read `affected` rather than `affacted`.
@luckydonald
Copy link
Owner

luckydonald commented Sep 23, 2021

It ain't "init.py" but "__init__.py".
Do your markdown escaping, sigh.

@luckydonald
Copy link
Owner

Also those fixes should be per file, that makes it much easier to understand and triage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants