Skip to content

Commit 52c8608

Browse files
update with feedback
1 parent 4018ac5 commit 52c8608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build
5757

5858
The `GALLERY_PATTERN` variable respects regular expressions.
5959

60-
## Spelling Check
61-
You can run pyspelling to check for spelling errors in the tutorials. To check only Python files, run pyspelling -n python (takes about 3 minutes). To check only .rst files, use pyspelling -n reST. Currently, .rst spell checking is limited to the beginner/ directory. Contributions to enable spell checking in other directories are welcome!
60+
## Spell Check
61+
You can run pyspelling to check for spelling errors in the tutorials. To check only Python files, run pyspelling -n python. To check only .rst files, use pyspelling -n reST. Currently, .rst spell checking is limited to the beginner/ directory. Contributions to enable spell checking in other directories are welcome!
6262

6363

6464
```

0 commit comments

Comments
 (0)