fix doc typos

This commit is contained in:
Stefan Kögl
2012-06-22 21:19:09 +02:00
parent 88bfb42102
commit aba1204d8e

View File

@@ -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;