Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 2195d0b

Browse files
authored
Update manager.py
1 parent ccd9426 commit 2195d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_assistant/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def parse_context_name(context_obj):
77

88

99
class Context(dict):
10-
"""docstring for _Context"""
10+
"""This is a docstring for _Context"""
1111

1212
def __init__(self, name, parameters={}, lifespan=5):
1313

0 commit comments

Comments
 (0)