Skip to content

Commit

Permalink
dhcp: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed Jul 11, 2022
1 parent cf55a85 commit 63de855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroute2/dhcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class dhcp4msg(msg):
Code is a `uint8` value, name can be any string literal. Format
is a string, that must have a corresponding class, inherited from
`pyroute2.dhcp.option`. One can find these classes in
`pyroute2.dhcp` (more generic) or in `pr2modules.dhcp.dhcp4msg`
`pyroute2.dhcp` (more generic) or in `pyroute2.dhcp.dhcp4msg`
(IPv4-specific). The option class must reside within dhcp message
class.
Expand Down

0 comments on commit 63de855

Please sign in to comment.