From 857440198a431097952e767ce05ceaf667b6e80c Mon Sep 17 00:00:00 2001 From: Rob Letzler <22990670+rl-utility-man@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:22:23 -0400 Subject: [PATCH] corrected an incorrect description entry --- doc/python/tile-county-choropleth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/tile-county-choropleth.md b/doc/python/tile-county-choropleth.md index 75b89acb302..06f6bd7b2da 100644 --- a/doc/python/tile-county-choropleth.md +++ b/doc/python/tile-county-choropleth.md @@ -22,7 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.10.0 plotly: - description: How to make a choropleth map of US counties in Python with Plotly. + description: How to make tile choropleth maps in Python with Plotly. display_as: maps language: python layout: base @@ -254,4 +254,4 @@ fig.show() See [function reference for `px.choropleth_map`](https://plotly.com/python-api-reference/generated/plotly.express.choropleth_map) or https://plotly.com/python/reference/choroplethmap/ for more information about the attributes available. -For Mapbox-based tile maps, see [function reference for `px.choropleth_mapbox`](https://plotly.com/python-api-reference/generated/plotly.express.choropleth_mapbox) or https://plotly.com/python/reference/choroplethmapbox/. +For (deprecated) Mapbox-based tile maps, see [function reference for `px.choropleth_mapbox`](https://plotly.com/python-api-reference/generated/plotly.express.choropleth_mapbox) or https://plotly.com/python/reference/choroplethmapbox/.