Grammar: whitespace is a word

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Christian Heimes
2020-06-11 14:24:29 +02:00
committed by Florence Blanc-Renaud
parent 523f70ae46
commit 5c09dcdb98
5 changed files with 6 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ def isvalid_base64(data):
The character set must only include of a-z, A-Z, 0-9, + or / and
be padded with = to be a length divisible by 4 (so only 0-2 =s are
allowed). Its length must be divisible by 4. White space is
allowed). Its length must be divisible by 4. Whitespace is
not significant so it is removed.
This doesn't guarantee we have a base64-encoded value, just that it