Merge pull request #5564 from nomis/rst-typo

doc: Fix typo of "restructuredtext"
This commit is contained in:
Takeshi KOMIYA 2018-10-25 22:07:00 +09:00 committed by GitHub
commit 83c50837c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ General configuration
'.md': 'markdown', '.md': 'markdown',
} }
By default, Sphinx only supports ``'restrcturedtext'`` file type. You can By default, Sphinx only supports ``'restructuredtext'`` file type. You can
add a new file type using source parser extensions. Please read a document add a new file type using source parser extensions. Please read a document
of the extension to know what file type the extension supports. of the extension to know what file type the extension supports.