update comment

This commit is contained in:
2025-03-21 13:11:03 -03:00
parent 36b97b1291
commit 85deafc08f
8 changed files with 82 additions and 314 deletions

View File

@@ -57,7 +57,7 @@ def ComposeKey(
Example
-------
>>> Key(('abc', 'xyz'), prefix='examples', delimiter='#')
>>> ComposeKey(('abc', 'xyz'), prefix='examples', delimiter='#')
'examples#abc#xyz'
"""