utils.py
branchstable
changeset 9232 430a7dc5e2cf
parent 8941 7b26fe71404f
child 9279 0814b9dd9bf3
--- a/utils.py	Wed Aug 28 17:15:12 2013 +0200
+++ b/utils.py	Mon Sep 16 10:59:59 2013 +0200
@@ -49,10 +49,10 @@
     """Return a unique identifier string.
 
     if specified, `key` is used to prefix the generated uid so it can be used
-    for instance as a DOM id or as sql table names.
+    for instance as a DOM id or as sql table name.
 
     See uuid.uuid4 documentation for the shape of the generated identifier, but
-    this is basicallly a 32 bits hexadecimal string.
+    this is basically a 32 bits hexadecimal string.
     """
     if key is None:
         return uuid4().hex