You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,7 @@ Want to know if a word you're proposing exists in codespell already? It is possi
114
114
echo"word"| codespell -
115
115
echo"1stword,2ndword"| codespell -
116
116
117
-
You can select the optional builtin dictionary with the ``--builtin`` option. Use
118
-
``--builtin=all`` to enable them all. This only works without custom ``-D``
119
-
dictionaries.
117
+
You can select the optional builtin dictionary with the ``--builtin`` option. Use ``--builtin=all`` to enable them all. This only works without custom ``-D`` dictionaries.
0 commit comments