Skip to content

Commit 40ea28e

Browse files
committed
Use imperative for function docstring
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 93b08de commit 40ea28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/actor/test_config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Item(BaseModel):
2222

2323

2424
def create_content(number: int) -> str:
25-
"""Utility function to create content to be written to a config file."""
25+
"""Create content to be written to a config file."""
2626
return f"""
2727
logging_lvl = "ERROR"
2828
var1 = "0"

0 commit comments

Comments
 (0)