We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e56cdf commit 4922d09Copy full SHA for 4922d09
async_substrate_interface/utils/__init__.py
@@ -8,7 +8,7 @@
8
9
def get_next_id() -> str:
10
"""
11
- Generates a pseudo-random ID by returning grabbing the next int of a range from 1-998, and prepending it with
+ Generates a pseudo-random ID by returning the next int of a range from 1-998 prepended with
12
two random ascii characters.
13
14
random_letters = "".join(random.choices(string.ascii_letters, k=2))
0 commit comments