Skip to content

Commit 0e02862

Browse files
committed
Fixed flake8 error
1 parent 89500bc commit 0e02862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axe_selenium_python/axe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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 JSON file "results.json" will be created in the
101+
a new JSON file "results.json" will be created in the
102102
current working directory.
103103
:param output: JSON object.
104104
"""

0 commit comments

Comments
 (0)