diff --git a/src/ubuiltins/__init__.py b/src/ubuiltins/__init__.py index 07b8187..78da4c6 100644 --- a/src/ubuiltins/__init__.py +++ b/src/ubuiltins/__init__.py @@ -138,8 +138,8 @@ class bytes: def __init__(self, *args): """ - Returns a new “bytes” object, which is an immutable sequence of integers - in the range ``0 <= x < 256``. + Returns a new ``bytes`` object, which is an immutable sequence of integers + in the range ``0 <= x <= 255``. """