Browse Source

Fix Capitalization

skyace65 6 years ago
parent
commit
3ee778e566
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/viewports/viewports.rst

+ 2 - 2
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 <class_Viewport>` uses this for the stretch options in the project
 The root :ref:`Viewport <class_Viewport>` uses this for the stretch options in the project
 settings. For more information on scaling and stretching visit the :ref:`Multiple Resolutions Tutorial <doc_multiple_resolutions>`
 settings. For more information on scaling and stretching visit the :ref:`Multiple Resolutions Tutorial <doc_multiple_resolutions>`