Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit de663c7

Browse files
committed
[minor] Fix documentation
1 parent 68817d2 commit de663c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyof/foundation/basic_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def __init__(self, value=b''): # noqa
411411
"""The constructor takes the parameter below.
412412
413413
Args:
414-
value (bytes, str): The binary data. Defaults to an empty value.
414+
value (bytes): The binary data. Defaults to an empty value.
415415
416416
Raises:
417417
ValueError: If given value is not bytes.

0 commit comments

Comments
 (0)