diff options
Diffstat (limited to 'Objects/clinic/bytesobject.c.h')
-rw-r--r-- | Objects/clinic/bytesobject.c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Objects/clinic/bytesobject.c.h b/Objects/clinic/bytesobject.c.h index 7e2ce1a..22024ab 100644 --- a/Objects/clinic/bytesobject.c.h +++ b/Objects/clinic/bytesobject.c.h @@ -688,7 +688,7 @@ exit: } PyDoc_STRVAR(bytes_hex__doc__, -"hex($self, /, sep=None, bytes_per_sep=1)\n" +"hex($self, /, sep=<unrepresentable>, bytes_per_sep=1)\n" "--\n" "\n" "Create a str of hexadecimal numbers from a bytes object.\n" @@ -755,4 +755,4 @@ skip_optional_pos: exit: return return_value; } -/*[clinic end generated code: output=dbed3c3ff6faa382 input=a9049054013a1b77]*/ +/*[clinic end generated code: output=ca60dfccf8d51e88 input=a9049054013a1b77]*/ |