summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/const.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 18:30:38 -0700
committerClaude Paroz <claude@2xlibre.net>2018-09-25 10:19:42 +0200
commitad9a28ee38e3352b16cc6c9ae7f55f90c64710cc (patch)
tree558258c4662a685a4ce2acf894e61792eb6d8b13 /django/contrib/gis/db/backends/postgis/const.py
parent3a3d159ab66c32dbf7331676267a04afa20857d0 (diff)
downloaddjango-ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc.tar.gz
Refs #29784 -- Normalized Python docs links to omit the version.
Diffstat (limited to 'django/contrib/gis/db/backends/postgis/const.py')
-rw-r--r--django/contrib/gis/db/backends/postgis/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/db/backends/postgis/const.py b/django/contrib/gis/db/backends/postgis/const.py
index 0d6d809ec3..4b511eb149 100644
--- a/django/contrib/gis/db/backends/postgis/const.py
+++ b/django/contrib/gis/db/backends/postgis/const.py
@@ -27,7 +27,7 @@ GDAL_TO_STRUCT = [
# Size of the packed value in bytes for different numerical types.
# This is needed to cut chunks of band data out of PostGIS raster strings
# when decomposing them into GDALRasters.
-# See https://docs.python.org/3/library/struct.html#format-characters
+# See https://docs.python.org/library/struct.html#format-characters
STRUCT_SIZE = {
'b': 1, # Signed char
'B': 1, # Unsigned char