summaryrefslogtreecommitdiff
path: root/rsa/util.py
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-24 16:53:39 +0530
committerYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-24 16:53:39 +0530
commitb5bab2221ad88ad49962c402eecae418db6a9eba (patch)
tree0d752cc34ec7b64a4b1f70caabee05b733157cf6 /rsa/util.py
parent245952eba1d073e7b92e7b384829cbb0386a8134 (diff)
downloadrsa-git-b5bab2221ad88ad49962c402eecae418db6a9eba.tar.gz
Reverts docstring quoting syntax.
Diffstat (limited to 'rsa/util.py')
-rw-r--r--rsa/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/util.py b/rsa/util.py
index b6df049..307bda5 100644
--- a/rsa/util.py
+++ b/rsa/util.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Utility functions."""
+'''Utility functions.'''
from __future__ import with_statement
@@ -24,7 +24,7 @@ from optparse import OptionParser
import rsa.key
def private_to_public():
- """Reads a private key and outputs the corresponding public key."""
+ '''Reads a private key and outputs the corresponding public key.'''
# Parse the CLI options
parser = OptionParser(usage='usage: %prog [options]',