Skip to content

Commit

Permalink
Merge pull request #1941 from rexes-aka/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
jamesls committed Jun 23, 2022
2 parents 17ce0fe + 398d354 commit e684710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/wsecho.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ to the websocket API labeled: ``- Websocket API URL:``. The
``websocket-client`` package installs a command line tool called ``wsdump.py``
which can be used to test websocket echo server::

$ wsdump.py wss://{websocket_api_id}.execute-api.region.amazonaws.com/api/
$ wsdump wss://{websocket_api_id}.execute-api.region.amazonaws.com/api/
Press Ctrl+C to quit
> foo
< foo
Expand Down

0 comments on commit e684710

Please sign in to comment.