[tor-commits] [bridgedb/master] Update bridgedb.parse.parseUnpaddedBase64() docstring.

isis at torproject.org isis at torproject.org
Fri May 16 18:52:51 UTC 2014


commit 67d1301ab9769e804687fc8be52f60dc50e29818
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Apr 22 23:14:45 2014 +0000

    Update bridgedb.parse.parseUnpaddedBase64() docstring.
---
 lib/bridgedb/parse/__init__.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/bridgedb/parse/__init__.py b/lib/bridgedb/parse/__init__.py
index ae9b559..0f3f20d 100644
--- a/lib/bridgedb/parse/__init__.py
+++ b/lib/bridgedb/parse/__init__.py
@@ -56,9 +56,9 @@ def parseUnpaddedBase64(field):
     The **field** will be re-padded, if need be, and then base64 decoded.
 
     :param str field: Should be some base64-encoded thing, with any trailing
-                      '=' characters removed.
-    :raises: :exc:`InvalidBase64`, if there is an error in either unpadding or
-             decoding **field**.
+        ``=``-characters removed.
+    :raises InvalidBase64: if there is an error in either unpadding or decoding
+        **field**.
     :rtype: str
     :returns: The base64-decoded **field**.
     """





More information about the tor-commits mailing list