Improve docstrings for sphinx.
[python_utils.git] / id_generator.py
index f15efa360e46a07e59d21fe4b85e950f4fcf05a0..4b61a93081d6dd17ab341330e7d4f08991ad4aab 100644 (file)
@@ -19,7 +19,7 @@ generators = {}
 
 def get(name: str, *, start=0) -> int:
     """
-    Returns a thread safe monotonically increasing id suitable for use
+    Returns a thread-safe, monotonically increasing id suitable for use
     as a globally unique identifier.
 
     >>> import id_generator