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:: 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