Skip to content

Commit e021029

Browse files
Update docs/source/tutorial.rst
Co-authored-by: Quentin Pradet <quentin@pradet.me>
1 parent dcb98ec commit e021029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,8 @@ will send some data at our echo server and get responses back:
863863
.. literalinclude:: tutorial/echo-client.py
864864
:linenos:
865865

866-
Note that this code will not work without a TCP server listening at
867-
``127.0.0.1:12345``.
866+
Note that this code will not work without a TCP server such as the one
867+
we'll implement below.
868868

869869
The overall structure here should be familiar, because it's just like
870870
our :ref:`last example <tutorial-example-tasks-intro>`: we have a

0 commit comments

Comments
 (0)