Skip to content

Commit 5579471

Browse files
committed
WIP: start on the README
1 parent ce8ef5b commit 5579471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ This instance is already set as an [attribute of pytest's `Config` object](https
256256
**Example:**
257257

258258
```python
259-
dt_config = DTConfig()
259+
from scipy_doctest import dt_config # a DTCongig instance with default settings
260+
260261
dt_config.stopwords = {'plt.', '.hist', '.show'}
261262
dt_config.local_resources = {
262263
'scipy_doctest.tests.local_file_cases.local_files': ['scipy_doctest/tests/local_file.txt'],

0 commit comments

Comments
 (0)