changeset 6862:9841eef3f2e4

lib: fix typo in comment
author Lars Kruse <devel@sumpfralle.de>
date Fri, 25 Aug 2017 14:31:48 +0200
parents e0b1c45eb117
children bfd7fc9a814e
files kallithea/lib/ext_json.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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