docs: Fix a few typos #547

Open
timgates42 wants to merge 1 commit from timgates42/bugfix_typos into master
timgates42 commented 2022-07-30 16:24:29 -07:00 (Migrated from github.com)

There are small typos in:

  • docs/usage/advanced_usage.rst
  • docs/usage/basic_usage.rst
  • docs/usage/special_functions.rst
  • docs/usage/starting_out.rst
  • tests/test_endpoints.py
  • twython/endpoints.py
  • twython/streaming/api.py

Fixes:

  • Should read received rather than recieved.
  • Should read paginated rather than pagintated.
  • Should read multiple rather than mutiple.
  • Should read membership rather than memberhips.
  • Should read manipulate rather than maninpulate.
  • Should read explicitly rather than explicity.
  • Should read destroy rather than destory.
  • Should read authentication rather than autentication.
  • Should read actual rather than acutal.

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

There are small typos in: - docs/usage/advanced_usage.rst - docs/usage/basic_usage.rst - docs/usage/special_functions.rst - docs/usage/starting_out.rst - tests/test_endpoints.py - twython/endpoints.py - twython/streaming/api.py Fixes: - Should read `received` rather than `recieved`. - Should read `paginated` rather than `pagintated`. - Should read `multiple` rather than `mutiple`. - Should read `membership` rather than `memberhips`. - Should read `manipulate` rather than `maninpulate`. - Should read `explicitly` rather than `explicity`. - Should read `destroy` rather than `destory`. - Should read `authentication` rather than `autentication`. - Should read `actual` rather than `acutal`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin timgates42/bugfix_typos:timgates42/bugfix_typos
git checkout timgates42/bugfix_typos

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff timgates42/bugfix_typos
git checkout timgates42/bugfix_typos
git rebase master
git checkout master
git merge --ff-only timgates42/bugfix_typos
git checkout timgates42/bugfix_typos
git rebase master
git checkout master
git merge --no-ff timgates42/bugfix_typos
git checkout master
git merge --squash timgates42/bugfix_typos
git checkout master
git merge --ff-only timgates42/bugfix_typos
git checkout master
git merge timgates42/bugfix_typos
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#547
No description provided.