Skip to content

Commit 740875a

Browse files
authored
spelling error
1 parent 13160a5 commit 740875a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/example_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main (args = None):
4747
try:
4848
response = client.future.result()
4949
# Handle the error if missing data
50-
except Exeception as e:
50+
except Exception as e:
5151
client.get_logger().info("Service call failed %r" % (e,))
5252
# If success
5353
else:

0 commit comments

Comments
 (0)