Add commas before "but" throughout documentation

This commit is contained in:
Russell Sanborn
2024-07-06 08:41:08 -05:00
parent f1c9d28011
commit a3e4e9b0cc
23 changed files with 55 additions and 55 deletions

View File

@@ -45,7 +45,7 @@ resizing or stretching the screen. This transform is used internally (as
described in :ref:`doc_multiple_resolutions`), but can also be manually set
on each viewport.
Input events are multiplied by this transform but lack the ones above. To
Input events are multiplied by this transform, but lack the ones above. To
convert InputEvent coordinates to local CanvasItem coordinates, the
:ref:`CanvasItem.make_input_local() <class_CanvasItem_method_make_input_local>`
function was added for convenience.