Skip to content

Commit 430240b

Browse files
authored
Fix typo in README.rst
1 parent 434c943 commit 430240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can generate the usage fixture graph like that:
6565
pytest --fixture-graph --fixture-graph-output-dir=./test_output
6666

6767
# you can also change the output type of the graphs (any of graphvis supported outputs types):
68-
pytest --fixture-graph --fixture-graph-type=jpg
68+
pytest --fixture-graph --fixture-graph-output-type=jpg
6969

7070
The output would be like that:
7171

0 commit comments

Comments
 (0)