Skip to content

Commit

Permalink
Use better link text in --filter-code-page
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Aug 2, 2020
1 parent 1e0d074 commit c40e743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Some package data contains Unicode characters which might cause problems for cer

### Option: filter\-code\-page

If the input strings are filtered (see `--filter-strings`), you can specify the applied code page (default `latin-1`). A list of all available code pages can be found [here](https://docs.python.org/3/library/codecs.html#standard-encodings).
If the input strings are filtered (see `--filter-strings`), you can specify the applied code page (default `latin-1`). A list of all available code pages can be found [codecs module document](https://docs.python.org/3/library/codecs.html#standard-encodings).

### More Information

Expand Down

0 comments on commit c40e743

Please sign in to comment.