diff options
| author | Yesudeep Mangalapilly <yesudeep@gmail.com> | 2011-08-24 16:53:39 +0530 |
|---|---|---|
| committer | Yesudeep Mangalapilly <yesudeep@gmail.com> | 2011-08-24 16:53:39 +0530 |
| commit | b5bab2221ad88ad49962c402eecae418db6a9eba (patch) | |
| tree | 0d752cc34ec7b64a4b1f70caabee05b733157cf6 /tests/test_strings.py | |
| parent | 245952eba1d073e7b92e7b384829cbb0386a8134 (diff) | |
| download | rsa-git-b5bab2221ad88ad49962c402eecae418db6a9eba.tar.gz | |
Reverts docstring quoting syntax.
Diffstat (limited to 'tests/test_strings.py')
| -rw-r--r-- | tests/test_strings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_strings.py b/tests/test_strings.py index a2f9483..001456d 100644 --- a/tests/test_strings.py +++ b/tests/test_strings.py @@ -1,4 +1,4 @@ -"""Tests string operations.""" +'''Tests string operations.''' from __future__ import absolute_import |
