Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kapyshin committed Dec 18, 2016
1 parent e393bb3 commit 975a411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/convenience.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ overcome transient failures. This typically looks something like::
with transaction.manager:
... some something ...
except SomeTransientException:
contine
continue
else:
break

Expand Down

0 comments on commit 975a411

Please sign in to comment.