From b5bab2221ad88ad49962c402eecae418db6a9eba Mon Sep 17 00:00:00 2001 From: Yesudeep Mangalapilly Date: Wed, 24 Aug 2011 16:53:39 +0530 Subject: Reverts docstring quoting syntax. --- rsa/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsa/util.py') 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]', -- cgit v1.2.3