From 02302bbd9363facb59c4df2c1f4013087702cfa6 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 15:36:40 -0700 Subject: Improve docstrings for sphinx. --- id_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'id_generator.py') 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 -- cgit v1.3