summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-29 02:22:23 +0000
committerGerrit Code Review <review@openstack.org>2014-09-29 02:22:23 +0000
commit857667e88e497e73852880be5b8e306036f01a8a (patch)
tree115992d5413c2c3c3c031ac0a0df22488e723aa4
parentd9d1ce76124f0b755a5ccfca01b814f4ff8aee57 (diff)
parent3f35c5c0f99180518739a08d1ade5ee1f4c2e726 (diff)
downloadkeystone-857667e88e497e73852880be5b8e306036f01a8a.tar.gz
Merge "Correct typos in keystone/common/base64utils.py docstrings"
-rw-r--r--keystone/common/base64utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/common/base64utils.py b/keystone/common/base64utils.py
index 03235591f..247214436 100644
--- a/keystone/common/base64utils.py
+++ b/keystone/common/base64utils.py
@@ -19,7 +19,7 @@ limited to encoding and decoding base64 and it's variants. It is often
useful to be able to perform other operations on base64 text. This
module is meant to be used in conjunction with the core base64 module.
-Standarized base64 is defined in
+Standardized base64 is defined in
RFC-4648 "The Base16, Base32, and Base64 Data Encodings".
This module provides the following base64 utility functionality:
@@ -120,7 +120,7 @@ def filter_formatting(text):
def base64_to_base64url(text):
"""Convert base64 text to base64url text.
- base64url text is designed to be safe for use in filenames and
+ base64url text is designed to be safe for use in file names and
URL's. It is defined in RFC-4648 Section 5.
base64url differs from base64 in the last two alphabet characters