clize
clize copied to clipboard
Proposing a PR to fix a few small typos
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine clize/tests/test_help.py, docs/docstring-reference.rst and observe
overriden
, however expect to seeoverridden
. - Examine docs/compositing.rst and observe
suplied
, however expect to seesupplied
. - Examine docs/faq.rst and observe
succesfully
, however expect to seesuccessfully
. - Examine docs/faq.rst and observe
sigatures
, however expect to seesignatures
. - Examine clize/runner.py and observe
regularily
, however expect to seeregularly
. - Examine docs/alternatives.rst and observe
previoous
, however expect to seeprevious
. - Examine docs/compositing.rst and observe
preferrable
, however expect to seepreferable
. - Examine docs/reference.rst and observe
preceeded
, however expect to seepreceded
. - Examine docs/basics.rst and observe
inteteger
, however expect to seeinteger
. - Examine docs/contributing.rst and observe
insigna
, however expect to seeinsignia
. - Examine docs/docstring-reference.rst and observe
documenation
, however expect to seedocumentation
. - Examine docs/docstring-reference.rst and observe
contiue
, however expect to seecontinue
. - Examine docs/parser.rst and observe
contraints
, however expect to seeconstraints
.
Notes
Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
To avoid wasting CI processing resources a branch with the fix has been prepared but a pull request has not yet been created. A pull request fixing the issue can be prepared from the link below, feel free to create it or request @timgates42 create the PR. Alternatively if the fix is undesired please close the issue with a small comment about the reasoning.
https://github.com/timgates42/clize/pull/new/bugfix_typos
Thanks.