Skip to content

Commit

Permalink
Update tutorial-six-python.md
Browse files Browse the repository at this point in the history
formatting issue
  • Loading branch information
randommm authored Feb 20, 2024
1 parent 477b554 commit fd72c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/tutorials/tutorial-six-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class FibonacciRpcClient(object):
correlation_id=self.corr_id,
),
body=str(n))
while self.response is None:
while self.response is None:
self.connection.process_data_events(time_limit=None)
return int(self.response)

Expand Down

0 comments on commit fd72c93

Please sign in to comment.