# HG changeset patch # User Lars Kruse # Date 2017-08-25 14:31:48 # Node ID 9841eef3f2e44d2db811c64c3bf985d750c9dc04 # Parent e0b1c45eb117818b63707b7c9396819c1f5305dc lib: fix typo in comment diff --git a/kallithea/lib/ext_json.py b/kallithea/lib/ext_json.py --- a/kallithea/lib/ext_json.py +++ b/kallithea/lib/ext_json.py @@ -1,7 +1,7 @@ """ Extended JSON encoder for json -json.org do not specify how date time can be represented - monkeypatch it to do something. +json.org does not specify how date time can be represented - monkeypatch it to do something. """ import datetime