Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Feb 28, 2020
1 parent 08fcf97 commit fd561f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZTUtils/Tree.py
Expand Up @@ -235,7 +235,7 @@ def simple_type(ob):
def b2a(s):
'''Encode a bytes/string as a cookie- and url-safe string.
Encoded string use only alpahnumeric characters, and "._-".
Encoded string use only alphanumeric characters, and "._-".
'''
if not isinstance(s, bytes):
s = str(s)
Expand Down

0 comments on commit fd561f5

Please sign in to comment.