summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-09-02 12:34:23 -0400
committerVal Neekman <val@neekware.com>2018-09-02 12:34:23 -0400
commitb2225b3e0754fce84dce64ef7ff7b439401a8be0 (patch)
treef0afd8a85c1069d5d1f1922cdf5fb45bd0c93841
parent779c5447dffc5e5dd88727c564918f0641928ca7 (diff)
downloadpython-slugify-b2225b3e0754fce84dce64ef7ff7b439401a8be0.tar.gz
link to test.py
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 37c8cbb..dbdeb52 100644
--- a/README.rst
+++ b/README.rst
@@ -180,7 +180,7 @@ How to use
r = slugify(txt, separator='_', regex_pattern=regex_pattern)
self.assertNotEqual(r, "_this_is_a_test_")
-For more examples, have a look at the (`TEST` _) file.
+For more examples, have a look at the (`TEST`_) file.
Running the tests
-----------------
@@ -195,7 +195,7 @@ To run the tests against the current environment:
License
-------
-Released under a (`MIT`_) license.
+Released under a (`TEST`_) license.
**Note:**