diff --git a/changelog/11871.feature.rst b/changelog/11871.feature.rst index fb41e164f..4d1806df7 100644 --- a/changelog/11871.feature.rst +++ b/changelog/11871.feature.rst @@ -1,4 +1,2 @@ -Added support for reading ``file_or_dir`` positional arguments from a file -using the prefix character '@', like e.g.: - -``pytest @tests.txt`` +Added support for reading command line arguments from a file using the prefix character '@', +like e.g.: ``pytest @tests.txt``.