Skip to content

docs: fix typos#105

Open
kianmeng wants to merge 1 commit intoboromir674:masterfrom
myfloss:fix-typos
Open

docs: fix typos#105
kianmeng wants to merge 1 commit intoboromir674:masterfrom
myfloss:fix-typos

Conversation

@kianmeng
Copy link

@kianmeng kianmeng commented Dec 24, 2023

Found via codespell -L nd


# 2nd, 3rd
nd
and

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.


# 2nd, 3rd
nd
and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too.


# 2nd, 3rd
nd
and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"nd"

@kianmeng kianmeng force-pushed the fix-typos branch 2 times, most recently from de988b0 to feadffd Compare December 24, 2023 16:00
@kianmeng kianmeng requested a review from szepeviktor December 24, 2023 16:01

# 2nd, 3rd
nd
and

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".

project_dir: str = path.abspath(path.join(gen_proj_dir, config.project_slug))

# 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

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.

config = user_config[user_config_yaml]

# 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)

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.

Comment on lines +1086 to +1088
splitted = path.split(relative_path)
split = path.split(relative_path)

if splitted[0] == '':
if split[0] == '':

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.

Comment on lines 98 to +97
# Pytest plugin must use the legacy setuptools backend (no poetry)
# thus the setup.cfg and MANIFEST.in files are required
# Pytest pluging usually declare their public API in fixtures.py
# Pytest plugin usually declare their public API in fixtures.py

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"plugins", see "declare their"

# then GEN_PROJ_LOC = /data/my-project
GEN_PROJ_LOC = os.path.realpath(os.path.curdir)

If we compares three flowers as pictured below

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.

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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants