Skip to content
Commit ceb7d902 authored by Wolfgang Stöggl's avatar Wolfgang Stöggl Committed by Eric Larson
Browse files

Remove comma from simple entries w/o given reason (#1322)

* Remove comma from simple entries w/o given reason

- Remove the comma at the end of simple entries without given reason.
  Use the following command to find these entries:
  awk -F , 'NF == 2' < ./codespell_lib/data/dictionary.txt | \
  grep --invert disabled
- Output was:
  inteligable->intelligible,
  inturpratasion->interpretation,
  invokable->invocable,
  lightsensor->light sensor,
  won;t->won't,

* Add test for simple entries with trailing comma

* MAINT: Use regex
parent 3957fc8d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment