aboutsummaryrefslogtreecommitdiff
path: root/rsa/util.py
diff options
context:
space:
mode:
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]',