Skip to content

Commit d785627

Browse files
committed
Fix code snnipet in dev_practices.rst
1 parent 5f197ce commit d785627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/guidelines/dev_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Misspelled words will be reported. You can add words to be ignored to
132132
the ``ignore_words.txt`` file. For example, for PyMAPDL, this file looks
133133
like this:
134134

135-
... code::
135+
.. code::
136136
137137
codespell ./ "*.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,\#*,build,./docker/mapdl/v211,./factory/*,./ansys/mapdl/core/mapdl_functions.py,PKG-INFO" -I "ignore_words.txt"
138138

0 commit comments

Comments
 (0)