Просмотр исходного кода

Merge pull request #7175 from BWPanda/patch-3

Fix grammar in canvas_layers.rst
Max Hilbrunner 2 лет назад
Родитель
Сommit
80c7b0a422
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tutorials/2d/canvas_layers.rst

+ 1 - 1
tutorials/2d/canvas_layers.rst

@@ -13,7 +13,7 @@ You can arrange canvas items in trees. Each item will inherit its parent's
 transform: when the parent moves, its children move too.
 transform: when the parent moves, its children move too.
 
 
 CanvasItem nodes, and nodes inheriting from them, are direct or indirect children of a
 CanvasItem nodes, and nodes inheriting from them, are direct or indirect children of a
-:ref:`Viewport <class_Viewport>`, that display them.
+:ref:`Viewport <class_Viewport>`, that displays them.
 
 
 The Viewport's property
 The Viewport's property
 :ref:`Viewport.canvas_transform <class_Viewport_property_canvas_transform>`,
 :ref:`Viewport.canvas_transform <class_Viewport_property_canvas_transform>`,