-
Notifications
You must be signed in to change notification settings - Fork 1
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 typos #105
base: master
Are you sure you want to change the base?
docs: fix typos #105
Conversation
nd | ||
and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a false positive.
nd | ||
and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too.
nd | ||
and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"nd"
de988b0
to
feadffd
Compare
docs/spelling_wordlist.txt
Outdated
nd | ||
and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we still correct "nd".
tests/test_cli.py
Outdated
# our code introduced WARNING logs due to git commit from issued to GEnerator | ||
# our code introduced WARNING logs due to git commit from issued to GGenerator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may need a fix.
# the below allows URL resolutoin, same as in prod, (ie same bug should appear, if syntax error in user yaml) | ||
# the below allows URL resolutions, same as in prod, (ie same bug should appear, if syntax error in user yaml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may not be plural.
tests/conftest.py
Outdated
splitted = path.split(relative_path) | ||
split = path.split(relative_path) | ||
|
||
if splitted[0] == '': | ||
if split[0] == '': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can lead to arguing.
# Pytest pluging usually declare their public API in fixtures.py | ||
# Pytest plugin usually declare their public API in fixtures.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"plugins", see "declare their"
@@ -27,7 +27,7 @@ | |||
# ie: if we scaffold new Project at /data/my-project/README.md, /data/my-project/src | |||
# then GEN_PROJ_LOC = /data/my-project | |||
GEN_PROJ_LOC = os.path.realpath(os.path.curdir) | |||
|
|||
If we compares three flowers as pictured below |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This non-comment line popped up here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please copy this line into DeepL Write: https://www.deepl.com/write
Found via `codespell -L nd`
Found via
codespell -L nd