From fb5a4cbcc045fb6e4849ec587ab1ce3f5c5b06b2 Mon Sep 17 00:00:00 2001 From: Drew Risinger Date: Tue, 12 Jun 2018 23:54:35 -0400 Subject: [PATCH] Autodoc.rst typo: ommit->omit Fix typo in docs/ext/autodoc.rst. Changed "ommit"->"omit" --- doc/ext/autodoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 09098f39c..dc45c6bc3 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -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