Skip to content

Commit bff75ed

Browse files
maxtaran2010maxtaran2010
andauthored
🔧 Fix typo in newline.py module docstring (#407)
Fix a double-letter typo in the module docstring of `markdown_it/rules_inline/newline.py`. `Proceess` → `Process` Found with codespell. Co-authored-by: maxtaran2010 <ocotifuzo727@gmail.com>
1 parent 2c3f71e commit bff75ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎markdown_it/rules_inline/newline.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Proceess '\n'."""
1+
"""Process '\n'."""
22

33
from ..common.utils import charStrAt, isStrSpace
44
from .state_inline import StateInline

0 commit comments

Comments
 (0)