Match documented behavior.

This commit is contained in:
Itamar Turner-Trauring 2021-08-26 16:55:03 -04:00
parent c7f0a099e1
commit c3f6184960

View File

@ -131,6 +131,6 @@ def base32text():
Build text()s that are valid base32 Build text()s that are valid base32
""" """
return builds( return builds(
b2a, lambda b: str(b2a(b), "ascii"),
binary(), binary(),
) )