Skip to content

Commit 0be128a

Browse files
brtieusmlindauer
authored andcommitted
Add documentation to methods.
1 parent 54aa8a7 commit 0be128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ def get_modules_from_pickle_file(self, pickle_file):
10161016

10171017
def createRequirementsJSON(self, jPath=Path.cwd()):
10181018
"""
1019-
Searches a directory for all Python modules and writes them to a requirements.json file.
1019+
Searches the root of the project for all Python modules and writes them to a requirements.json file.
10201020
10211021
Parameters
10221022
----------

0 commit comments

Comments
 (0)