Commit a25cfdc4 authored by Georg Brandl's avatar Georg Brandl

Remove redundant brackets in signatures.

parent a5c565a5
......@@ -457,7 +457,7 @@ Additional Methods on Integer Types
.. versionadded:: 3.1
.. method:: int.to_bytes(length, byteorder, [\*, signed=False])
.. method:: int.to_bytes(length, byteorder, \*, signed=False)
Return an array of bytes representing an integer.
......@@ -489,7 +489,7 @@ Additional Methods on Integer Types
.. versionadded:: 3.2
.. classmethod:: int.from_bytes(bytes, byteorder, [\*, signed=False]])
.. classmethod:: int.from_bytes(bytes, byteorder, \*, signed=False)
Return the integer represented by the given array of bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment