commit | b5bab2221ad88ad49962c402eecae418db6a9eba | [log] [tgz] |
---|---|---|
author | Yesudeep Mangalapilly <yesudeep@gmail.com> | Wed Aug 24 16:53:39 2011 +0530 |
committer | Yesudeep Mangalapilly <yesudeep@gmail.com> | Wed Aug 24 16:53:39 2011 +0530 |
tree | 0d752cc34ec7b64a4b1f70caabee05b733157cf6 | |
parent | 245952eba1d073e7b92e7b384829cbb0386a8134 [diff] [blame] |
Reverts docstring quoting syntax.
diff --git a/tests/test_integers.py b/tests/test_integers.py index c73be2c..0a712aa 100644 --- a/tests/test_integers.py +++ b/tests/test_integers.py
@@ -1,4 +1,4 @@ -"""Tests integer operations.""" +'''Tests integer operations.''' import unittest2