Skip to content

Commit b08e97f

Browse files
committed
fix markdown
1 parent 05dcd8c commit b08e97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py5_docs/Reference/api_en/Py5Graphics_copy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ This function ignores [](py5graphics_image_mode).
2929

3030
This method is the same as [](sketch_copy) but linked to a `Py5Graphics` object. To see example code for how it can be used, see [](sketch_copy).
3131

32-
If you want to create a new image with the contents of a rectangular region of a `Py5Graphics` object, check out the [](py5graphics_get_pixels) method, where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image object`.
32+
If you want to create a new image with the contents of a rectangular region of a `Py5Graphics` object, check out the [](py5graphics_get_pixels) method, where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image` object.

py5_docs/Reference/api_en/Py5Image_copy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Copies a region of pixels from one image into another. If the source and destina
2727

2828
This function ignores [](sketch_image_mode).
2929

30-
If you want to create a new image with the contents of a rectangular region of a `Py5Image` object, check out the [](py5image_get_pixels) method, where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image object`.
30+
If you want to create a new image with the contents of a rectangular region of a `Py5Image` object, check out the [](py5image_get_pixels) method, where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image` object.
3131

3232
@@ example
3333
image = Py5Image_copy_0.png

0 commit comments

Comments
 (0)