diff options
-rw-r--r-- | doc/source/library_packet.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/library_packet.rst b/doc/source/library_packet.rst index 86bdbd4c..260f13be 100644 --- a/doc/source/library_packet.rst +++ b/doc/source/library_packet.rst @@ -45,8 +45,7 @@ If vlan is not used, you see something like:: <ryu.lib.packet.tcp.tcp object at 0x107a5d850> You can access to a specific protocol class instance by using the -packet class find_protocol method. Let's try to check VLAN id if VLAN -is used: +packet class iterator. Let's try to check VLAN id if VLAN is used: .. code-block:: python |