Fix typo in docstring of the loads function (#112)
diff --git a/json5/lib.py b/json5/lib.py
index c6c82d1..7284003 100644
--- a/json5/lib.py
+++ b/json5/lib.py
@@ -164,7 +164,7 @@
     """Deserialize ``s`` (a string containing a JSON5 document) to a Python
     object.
 
-    Supports the same arguments as ``json.load()`` except that:
+    Supports the same arguments as ``json.loads()`` except that:
         - the `cls` keyword is ignored.
         - an extra `allow_duplicate_keys` parameter supports checking for
           duplicate keys in a object; by default, this is True for