# HG changeset patch # User Lars Kruse # Date 1503664308 -7200 # Node ID 9841eef3f2e44d2db811c64c3bf985d750c9dc04 # Parent e0b1c45eb117818b63707b7c9396819c1f5305dc lib: fix typo in comment diff -r e0b1c45eb117 -r 9841eef3f2e4 kallithea/lib/ext_json.py --- a/kallithea/lib/ext_json.py Fri Aug 25 14:31:29 2017 +0200 +++ b/kallithea/lib/ext_json.py Fri Aug 25 14:31:48 2017 +0200 @@ -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