Skip to content

Commit f74e9a5

Browse files
jcameron-ssojaniversen
authored andcommitted
Fix usage file names (#2194)
1 parent 50814a7 commit f74e9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple_async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
An example of a single threaded synchronous client.
55
6-
usage: simple_client_async.py
6+
usage: simple_async_client.py
77
88
All options must be adapted in the code
99
The corresponding server must be started before e.g. as:

examples/simple_sync_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
An example of a single threaded synchronous client.
55
6-
usage: simple_client_async.py
6+
usage: simple_sync_client.py
77
88
All options must be adapted in the code
99
The corresponding server must be started before e.g. as:

0 commit comments

Comments
 (0)