diff --git a/scripts/http_host/http_host_lib/download_assets.py b/scripts/http_host/http_host_lib/download_assets.py index b4696a2..131697d 100644 --- a/scripts/http_host/http_host_lib/download_assets.py +++ b/scripts/http_host/http_host_lib/download_assets.py @@ -53,7 +53,7 @@ def download_styles(assets_dir: Path): def download_sprites(assets_dir: Path): """ - Download and extract sprites if the version is not available + Download and extract sprites if a version is not available locally """ sprites_dir = assets_dir / 'sprites' diff --git a/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py b/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py index 4be1a04..9d1452a 100755 --- a/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py +++ b/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py @@ -128,7 +128,7 @@ def write_tile_files(c, *, dir_path): def assert_all_tiles_present(mbtiles_path, dir_path): """ If it's a full planet run, - ake sure there are exactly the right number of files generated. + make sure there are exactly the right number of files generated. """ if 'planet' in mbtiles_path.resolve().parent.name: