From cc43bdf5cbd0b923a80257abccd1859250da6dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=92=D0=B0=D1=85=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=20=28Anton=20Vakhmin=29?= Date: Fri, 3 Aug 2018 18:09:35 +0500 Subject: [PATCH] Fix SHOW_COMMON_EXTENSIONS docs typos (#162) Fix copy-paste errors. --- docs/settings.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index ba7af28..ac1a37f 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -263,10 +263,10 @@ Controls how many levels are expaned by default when showing nested models. **Default**: :python:`3` |br| *Maps to parameter*: ``defaultModelExpandDepth`` -DEFAULT_MODEL_DEPTH -------------------- +SHOW_COMMON_EXTENSIONS +---------------------- -Controls the display of extensions (``pattern``, ``maxLength``, ``minLength``, ``maximum``, ```minimum``) fields and +Controls the display of extensions (``pattern``, ``maxLength``, ``minLength``, ``maximum``, ``minimum``) fields and values for Parameters. **Default**: :python:`True` |br|