Autodoc.rst typo: ommit->omit

Fix typo in docs/ext/autodoc.rst. Changed "ommit"->"omit"
This commit is contained in:
Drew Risinger 2018-06-12 23:54:35 -04:00
parent ac9f973c9b
commit fb5a4cbcc0

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 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 some external dependencies are not met at build time and break the building
process. You may only specify the root package of the dependencies 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 .. code-block:: python