diff --git a/download_files_from_LGL_BW.py b/download_files_from_LGL_BW.py
index 58b9321baf3c31716608a55db5c8981d16b894cc..4ce02800b5625e83a41065ac353e511763aacbb4 100644
--- a/download_files_from_LGL_BW.py
+++ b/download_files_from_LGL_BW.py
@@ -5,14 +5,14 @@ LoD2 CityGML tiles are available for whole Baden-Württemberg, from LGL.
 https://opengeodata.lgl-bw.de/#/(sidenav:product/12)
 
 This script downloads the requires tiles for given regions
-(as WKT strings, in *polygons* variable), and extracts the region.
+(as WKT strings, in *REGIONS* variable), and extracts the region.
 
 Required:
 * Python
 * pyproj project (https://pypi.org/project/pyproj/)
 * SimStadt installed on the Desktop (for RegionChooser)
 
-Eric Duminil, 2024
+Eric Duminil, 2025
 """
 from pathlib import Path
 from math import floor