Skip to content

Commit 1b3dff5

Browse files
authored
Doc: typo in README
1 parent 156b51d commit 1b3dff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $ pytest --pyargs <your-package> --doctest-modules --doctest-collect=api
151151
See [More fine-grained control](#more-fine-grained-control) section
152152
for details on how to customize the behavior.
153153

154-
** NOTE ** Currently, `pytest --doctest-modules` only collects doctests and skips
154+
**NOTE ** Currently, `pytest --doctest-modules` only collects doctests and skips
155155
'regular' unit tests. This differs from the vanilla `pytest` behavior, which collects
156156
both doctests and unit tests.
157157
The behavior will change in a future version: `scipy-doctest==2.0` **will change the

0 commit comments

Comments
 (0)