summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-04-15 14:20:08 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-04-16 02:55:09 +0900
commitdb46baf4e8be1f43e199d556ec4e99636a044e91 (patch)
treed9a562c3744a8f76613c3f4fdc8bb2b9856912a3 /doc
parent84374d2da5ac5b6567489d6e22b03c7816da122e (diff)
g/c a stale reference to find_protocol
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/library_packet.rst3
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