Skip to content

Commit 4586d87

Browse files
authored
Merge pull request #172 from felixonmars/patch-1
Fix a typo: unitest -> unittest
2 parents f6d9653 + d87e763 commit 4586d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
""".splitlines())))
6262

6363
INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'pyperclip', 'six']
64-
# unitest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
64+
# unittest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
6565
TESTS_REQUIRE = ['mock', 'pytest']
6666
DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing', 'pyperclip', 'six']
6767

0 commit comments

Comments
 (0)