Skip to content

Commit

Permalink
Fix usage file names (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron-sso committed May 13, 2024
1 parent f4fb933 commit f92440c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An example of a single threaded synchronous client.
usage: simple_client_async.py
usage: simple_async_client.py
All options must be adapted in the code
The corresponding server must be started before e.g. as:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_sync_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An example of a single threaded synchronous client.
usage: simple_client_async.py
usage: simple_sync_client.py
All options must be adapted in the code
The corresponding server must be started before e.g. as:
Expand Down

0 comments on commit f92440c

Please sign in to comment.