diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-09 08:01:26 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-09 08:01:26 -0700 |
| commit | 533114a7f4713dc961823efec879e4865bb4e56d (patch) | |
| tree | 63d9f988a6085550d751503fcf5570867eba2f82 /tests | |
| parent | 10a7dac0e40ee091b40a1b0af8b82343f92f6220 (diff) | |
| download | python-memcached-533114a7f4713dc961823efec879e4865bb4e56d.tar.gz | |
pep8: E265 block comment should start with '# '
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_setmulti.py | 2 |
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 |
