Skip to content

Commit 60c73a8

Browse files
committed
fix doctsring
1 parent 59fe206 commit 60c73a8

File tree

1 file changed

+1
-2
lines changed
  • packages/python/plotly/_plotly_utils

1 file changed

+1
-2
lines changed

Diff for: packages/python/plotly/_plotly_utils/utils.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ def to_typed_array_spec(v):
9292

9393
def is_skipped_key(key):
9494
"""
95-
Return whether any keys in the parent hierarchy are in the list of keys that
96-
are skipped for conversion to the typed array spec
95+
Return whether the key is skipped for conversion to the typed array spec
9796
"""
9897
skipped_keys = ["geojson", "layer", "range"]
9998
return any(skipped_key == key for skipped_key in skipped_keys)

0 commit comments

Comments
 (0)