summaryrefslogtreecommitdiff
path: root/id_generator.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-31 15:36:40 -0700
committerScott Gasch <[email protected]>2022-05-31 15:36:40 -0700
commit02302bbd9363facb59c4df2c1f4013087702cfa6 (patch)
tree938e51338678416afc891d2839c2ee8dd341f34d /id_generator.py
parentf3dbc7dc19ba5703f8f5aa9bf8af3c491b3510f6 (diff)
Improve docstrings for sphinx.
Diffstat (limited to 'id_generator.py')
-rw-r--r--id_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/id_generator.py b/id_generator.py
index f15efa3..4b61a93 100644
--- a/id_generator.py
+++ b/id_generator.py
@@ -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