Skip to content

Commit 89500bc

Browse files
committed
Updated write_results docstring
1 parent c96eb0c commit 89500bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

axe_selenium_python/axe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def write_results(self, data, name=None):
9898
Write JSON to file with the specified name.
9999
100100
:param name: Path to the file to be written to. If no path is passed
101-
a new file will be created.
101+
a new JSON file "results.json" will be created in the
102+
current working directory.
102103
:param output: JSON object.
103104
"""
104105

0 commit comments

Comments
 (0)