Skip to content

Commit 38559c6

Browse files
Merge pull request #1801 from randommm/patch-2
Update tutorial-six-python.md
2 parents 477b554 + fd72c93 commit 38559c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: site/tutorials/tutorial-six-python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class FibonacciRpcClient(object):
312312
correlation_id=self.corr_id,
313313
),
314314
body=str(n))
315-
while self.response is None:
315+
while self.response is None:
316316
self.connection.process_data_events(time_limit=None)
317317
return int(self.response)
318318

0 commit comments

Comments
 (0)