Commit 975a4114 authored by Pavlo Kapyshin's avatar Pavlo Kapyshin

Fix typo

parent e393bb30
...@@ -57,7 +57,7 @@ overcome transient failures. This typically looks something like:: ...@@ -57,7 +57,7 @@ overcome transient failures. This typically looks something like::
with transaction.manager: with transaction.manager:
... some something ... ... some something ...
except SomeTransientException: except SomeTransientException:
contine continue
else: else:
break break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment