Skip to content

Commit 4922d09

Browse files
committed
Docstring.
1 parent 0e56cdf commit 4922d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def get_next_id() -> str:
1010
"""
11-
Generates a pseudo-random ID by returning grabbing the next int of a range from 1-998, and prepending it with
11+
Generates a pseudo-random ID by returning the next int of a range from 1-998 prepended with
1212
two random ascii characters.
1313
"""
1414
random_letters = "".join(random.choices(string.ascii_letters, k=2))

0 commit comments

Comments
 (0)