From e474265c62ddc2f8b1ab7747ed0007dda0fe3dfc Mon Sep 17 00:00:00 2001 From: Will Starms Date: Sun, 25 Jun 2023 17:19:03 -0500 Subject: [PATCH] Fix missing quotes in RFC45 python example --- doc/source/development/rfc/rfc45_virtualmem.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/development/rfc/rfc45_virtualmem.rst b/doc/source/development/rfc/rfc45_virtualmem.rst index b1fed6e83d51..e0863e3f2720 100644 --- a/doc/source/development/rfc/rfc45_virtualmem.rst +++ b/doc/source/development/rfc/rfc45_virtualmem.rst @@ -1227,6 +1227,7 @@ And the Band object has the following 3 methods : def GetVirtualMemAutoArray(self, eAccess = gdalconst.GF_Read, options = None): """Return a NumPy array for the band, seen as a virtual memory mapping. An element is accessed with array[y][x]. + """ def GetTiledVirtualMemArray(self, eAccess = gdalconst.GF_Read, xoff=0, yoff=0, xsize=None, ysize=None, tilexsize=256, tileysize=256,