diff --git a/.github/generate_map.py b/.github/generate_map.py index c5882b43a..78a80cb9f 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -2,7 +2,7 @@ """ Generate a static PNG world map colour-coded by the percentage of your stargazers that come from each country. The script maintains a CSV -`.github/stargazer_countries.csv` cache so that locations are only looked +".github/stargazer_countries.csv" cache so that locations are only looked up once (unless the country entry is blank). """