From d0cd93c1a04712544c83b45765b3c3f5bd2f9433 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 18 Jan 2018 10:33:22 -0800 Subject: [PATCH] Just some English correction Just some clarification in a sentence. --- doc/source/writing_ryu_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/writing_ryu_app.rst b/doc/source/writing_ryu_app.rst index 8f8556bb..ce68990b 100644 --- a/doc/source/writing_ryu_app.rst +++ b/doc/source/writing_ryu_app.rst @@ -41,7 +41,7 @@ application. In fact, you can run this Ryu application:: instantiating app /Users/fujita/l2.py -All you have to do is defining needs a new subclass of RyuApp to run +All you have to do is define a new subclass of RyuApp to run your Python script as a Ryu application. Next let's add the functionality of sending a received packet to all