From 3ee778e56601bf10bcda09e71c1b1ade675bd09c Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 21 Nov 2018 13:12:43 -0500 Subject: [PATCH] Fix Capitalization --- tutorials/viewports/viewports.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/viewports/viewports.rst b/tutorials/viewports/viewports.rst index b854f3ecf..dc6b9d821 100644 --- a/tutorials/viewports/viewports.rst +++ b/tutorials/viewports/viewports.rst @@ -92,8 +92,8 @@ different than the one specified in size, by calling: :: - viewport.set_size_override(w, h) # custom size for 2D - viewport.set_size_override_stretch(true) # enable stretch for custom size + viewport.set_size_override(w, h) # Custom size for 2D + viewport.set_size_override_stretch(true) # Enable stretch for custom size The root :ref:`Viewport ` uses this for the stretch options in the project settings. For more information on scaling and stretching visit the :ref:`Multiple Resolutions Tutorial `