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

commit 67d1301ab9769e804687fc8be52f60dc50e29818 Author: Isis Lovecruft <isis@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**. """
participants (1)
-
isis@torproject.org