We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb98ec commit e021029Copy full SHA for e021029
1 file changed
docs/source/tutorial.rst
@@ -863,8 +863,8 @@ will send some data at our echo server and get responses back:
863
.. literalinclude:: tutorial/echo-client.py
864
:linenos:
865
866
-Note that this code will not work without a TCP server listening at
867
-``127.0.0.1:12345``.
+Note that this code will not work without a TCP server such as the one
+we'll implement below.
868
869
The overall structure here should be familiar, because it's just like
870
our :ref:`last example <tutorial-example-tasks-intro>`: we have a
0 commit comments