Skip to content

Commit d889394

Browse files
deletes deleted example from README.md (#1438)
1 parent f7b7ad5 commit d889394

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/asyncio/websocket/echo/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ To run the Python client
2424

2525
python client.py ws://127.0.0.1:9000
2626

27-
or (Python 3)
27+
or
2828

2929
python client_coroutines.py ws://127.0.0.1:9000
30-
31-
or (Python 2)
32-
33-
python client_coroutines_py2.py ws://127.0.0.1:9000

0 commit comments

Comments
 (0)