Merge pull request #6983 from kondratyev-nv/master

Fix documentation typo
This commit is contained in:
Ran Benita 2020-03-30 11:32:38 +03:00 committed by GitHub
commit 211adfc945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ file, usually located at the root of your repository. All options must be under
down problems.
When possible, it is recommended to use the latter files to hold your pytest configuration.
Configuration file options may be overwritten in the command-line by using ``-o/--override``, which can also be
Configuration file options may be overwritten in the command-line by using ``-o/--override-ini``, which can also be
passed multiple times. The expected format is ``name=value``. For example::
pytest -o console_output_style=classic -o cache_dir=/tmp/mycache