summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2018-01-05 17:07:42 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2018-01-05 17:07:42 +0100
commit42eb2ad519aafd09688e68c2c134ac97accd92ca (patch)
treea5d901eddb8555979163b2d7731ce2d9b8316bb4
parentea9ef6820eefa9ecf47d29ad7f142b3eaee04f23 (diff)
downloadunidecode-42eb2ad519aafd09688e68c2c134ac97accd92ca.tar.gz
Fix line break in README.unidecode-1.0.22
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 966f0c6..4b6deb1 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,9 @@ or from a file::
$ unidecode hello.txt
hello
-The default encoding used by the utility depends on your system locale. You can specify another encoding with the `-e` argument. See `unidecode --help` for a full list of available options.
+The default encoding used by the utility depends on your system locale. You can
+specify another encoding with the `-e` argument. See `unidecode --help` for a
+full list of available options.
Requirements
------------