mention RFC 6902
This commit is contained in:
@@ -4,7 +4,7 @@ Applying JSON Patches in Python
|
||||
-------------------------------
|
||||
|
||||
Library to apply JSON Patches according to
|
||||
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-08
|
||||
[RFC 6902](http://tools.ietf.org/html/rfc6902)
|
||||
|
||||
See Sourcecode for Examples
|
||||
|
||||
|
||||
@@ -30,9 +30,7 @@
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
""" Apply JSON-Patches (according to draft 08) """
|
||||
|
||||
# http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
|
||||
""" Apply JSON-Patches (RFC 6902) """
|
||||
|
||||
# Will be parsed by setup.py to determine package metadata
|
||||
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
|
||||
|
||||
Reference in New Issue
Block a user