summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-06-22 21:19:09 +0200
committerStefan Kögl <stefan@skoegl.net>2012-06-22 21:19:09 +0200
commitaba1204d8ec8741ee513b869e0ba4c88972701f7 (patch)
treea9fa9aa4766afcd5e842ff6d55206577087360c6
parent88bfb42102b510847f9cc1094db9b8f7c62408f6 (diff)
downloadpython-json-patch-aba1204d8ec8741ee513b869e0ba4c88972701f7.tar.gz
fix doc typos
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 66a68f3..fe86d17 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -56,7 +56,7 @@ class JsonPatchException(Exception):
class JsonPatchConflict(JsonPatchException):
- """Raises if patch could be applied due to conflict situations such as:
+ """Raised if patch could not be applied due to conflict situation such as:
- attempt to add object key then it already exists;
- attempt to operate with nonexistence object key;
- attempt to insert value to array at position beyond of it size;