Skip to content

Commit 585f55e

Browse files
committed
Update parameter documentation from 'Parameters' to 'Args' in parse_keyword_pairs_to_dict function
1 parent 215b8f4 commit 585f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pleiades/utils/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def parse_keyword_pairs_to_dict(text: str) -> dict:
121121
"""
122122
Parse an ASCII text into a dictionary of keyword-value pairs.
123123
124-
Parameters:
124+
Args:
125125
text (str): The input text with keyword-value pairs.
126126
127127
Returns:

0 commit comments

Comments
 (0)