Merge pull request #5079 from drewrisinger/1.7

Autodoc.rst typo: ommit->omit
This commit is contained in:
Takeshi KOMIYA 2018-06-13 23:07:45 +09:00 committed by GitHub
commit 69e59efbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,7 @@ There are also new config values that you can set:
This value contains a list of modules to be mocked up. This is useful when
some external dependencies are not met at build time and break the building
process. You may only specify the root package of the dependencies
themselves and ommit the sub-modules:
themselves and omit the sub-modules:
.. code-block:: python