diff options
| author | Val Neekman <val@neekware.com> | 2018-09-02 12:34:23 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2018-09-02 12:34:23 -0400 |
| commit | b2225b3e0754fce84dce64ef7ff7b439401a8be0 (patch) | |
| tree | f0afd8a85c1069d5d1f1922cdf5fb45bd0c93841 | |
| parent | 779c5447dffc5e5dd88727c564918f0641928ca7 (diff) | |
| download | python-slugify-b2225b3e0754fce84dce64ef7ff7b439401a8be0.tar.gz | |
link to test.py
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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:** |
