We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8ef5b commit 5579471Copy full SHA for 5579471
README.md
@@ -256,7 +256,8 @@ This instance is already set as an [attribute of pytest's `Config` object](https
256
**Example:**
257
258
```python
259
-dt_config = DTConfig()
+from scipy_doctest import dt_config # a DTCongig instance with default settings
260
+
261
dt_config.stopwords = {'plt.', '.hist', '.show'}
262
dt_config.local_resources = {
263
'scipy_doctest.tests.local_file_cases.local_files': ['scipy_doctest/tests/local_file.txt'],
0 commit comments