From dd7ccd3e1448706a9752d7d8596c1309414c44b6 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Sun, 25 Dec 2016 11:37:01 +0800 Subject: doc8 fix --- CHANGES.rst | 3 +++ docs/usage.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3042a92..ad0fe8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -61,6 +61,7 @@ Development * Makefile + test packages build in ``test_setup`` target + * rename target ``install_test`` to ``test_setup`` @@ -70,6 +71,7 @@ Release 1.8.6: 2014-07-19T11:20:52Z * Makefile + add ``LC_ALL=C`` test for locale setting on ``setup.py`` wrt #5 + * change virtualenv invocation method in ``install_test`` target * fix UnicodeDecodeError on opening ``smartypants.py``, which includes Unicode @@ -89,6 +91,7 @@ Release 1.8.4: 2014-06-29T04:39:59Z + add missing ``COPYING`` and ``CHANGES.rst`` to package (#3) + add ``bdist_wheel`` to the building process for Python Wheel format + add ``test_doc8`` target + * fix ``install_test`` on missing of Wheel package * fix argparse version option breaks CLI on Python 3 diff --git a/docs/usage.rst b/docs/usage.rst index 18f716e..9edea34 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -97,7 +97,7 @@ Backslash escapes ================= If you need to use literal straight quotes (or plain hyphens and periods), for -example, text like ``6'2"`` may become ``6‘2”``. To avoid such situation, you -can use backslash escapes like ``6\'2\"``. +example, text like ``6'2"`` may become ``6‘2”``. To avoid such situation, +you can use backslash escapes like ``6\'2\"``. .. seealso:: :func:`smartypants.process_escapes` for a complete list of backslash escapes. -- cgit v1.2.1