executablebooks / MyST-Parser

An extended commonmark compliant parser, with bridges to docutils/sphinx
https://myst-parser.readthedocs.io
MIT License
759 stars 196 forks source link

πŸ“š Fix typos discovered by codespell #969

Closed cclauss closed 2 months ago

cclauss commented 2 months ago

https://pypi.org/project/codespell

% codespell --ignore-words-list=nd,rsource --quiet-level=3

./CHANGELOG.md:171: suppressable ==> suppressible
./CHANGELOG.md:172: suppressable ==> suppressible
./docs/develop/background.md:25: converstaion ==> conversation
./docs/syntax/cross-referencing.md:17: bloc ==> block
./docs/syntax/math.md:74: multline ==> multiline
./docs/syntax/optional.md:221: multline ==> multiline
./myst_parser/warnings_.py:58: occured ==> occurred
./myst_parser/parsers/directives.py:272: convertor ==> converter
./myst_parser/parsers/directives.py:279: convertor ==> converter
./myst_parser/parsers/directives.py:284: convertor ==> converter
./myst_parser/mdit_to_docutils/sphinx_.py:185: referencable ==> referenceable

% codespell --ignore-words-list=nd,rsource --quiet-level=3 --write-changes

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.30%. Comparing base (8ea5645) to head (5df8fa9). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #969 +/- ## ======================================= Coverage 90.30% 90.30% ======================================= Files 24 24 Lines 3507 3507 ======================================= Hits 3167 3167 Misses 340 340 ``` | [Flag](https://app.codecov.io/gh/executablebooks/MyST-Parser/pull/969/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks) | Coverage Ξ” | | |---|---|---| | [pytests](https://app.codecov.io/gh/executablebooks/MyST-Parser/pull/969/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks) | `90.30% <100.00%> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.