Skip to content

Commit c1b1ba0

Browse files
authored
grammar
1 parent 9ebe3cd commit c1b1ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepszsim/read_yaml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def __init__(self, file_path=os.path.join(os.path.dirname(__file__), "Settings",
1414

1515
def parse_yaml(self):
1616
"""
17-
Parse a YAML file and return a dictionary.
17+
Parse a YAML file and return a dictionary
1818
1919
Parameters:
2020
-----------
21-
file_path (str):
21+
file_path: str
2222
Path to the YAML file.
2323
2424
Returns:

0 commit comments

Comments
 (0)