Skip to content

Commit

Permalink
Fix a reference in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Nov 3, 2021
1 parent f2996fb commit 5cf163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypcap.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class ErrorCode(enum.IntEnum):


class Direction(enum.IntEnum):
"""Direction for :func:`setdirection`."""
"""Direction for :meth:`Pcap.setdirection`."""
INOUT = cpcap.PCAP_D_INOUT
IN = cpcap.PCAP_D_IN
OUT = cpcap.PCAP_D_OUT
Expand Down

0 comments on commit 5cf163f

Please sign in to comment.