Skip to content

Commit fd72c93

Browse files
authored
Update tutorial-six-python.md
formatting issue
1 parent 477b554 commit fd72c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)