summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-06-09 08:01:26 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-06-09 08:01:26 -0700
commit533114a7f4713dc961823efec879e4865bb4e56d (patch)
tree63d9f988a6085550d751503fcf5570867eba2f82 /tests
parent10a7dac0e40ee091b40a1b0af8b82343f92f6220 (diff)
downloadpython-memcached-533114a7f4713dc961823efec879e4865bb4e56d.tar.gz
pep8: E265 block comment should start with '# '
Diffstat (limited to 'tests')
-rw-r--r--tests/test_setmulti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setmulti.py b/tests/test_setmulti.py
index a80cf28..cd06b04 100644
--- a/tests/test_setmulti.py
+++ b/tests/test_setmulti.py
@@ -2,7 +2,7 @@
#
# Tests for set_multi.
#
-#===============
+# ==============
# This is based on a skeleton test file, more information at:
#
# https://github.com/linsomniac/python-unittest-skeleton