Skip to content

Commit b108bd1

Browse files
authored
Blacken _chart_types.py
1 parent 52cf2bb commit b108bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/plotly/express/_chart_types.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def area(
309309
) -> go.Figure:
310310
"""
311311
In a stacked area plot, each row of `data_frame` is represented as
312-
a vertex of a polyline mark in 2D space. The area between
312+
a vertex of a polyline mark in 2D space. The area between
313313
successive polylines is filled.
314314
"""
315315
return make_figure(
@@ -992,7 +992,7 @@ def line_polar(
992992
height=None,
993993
) -> go.Figure:
994994
"""
995-
In a polar line plot, each row of `data_frame` is represented as a
995+
In a polar line plot, each row of `data_frame` is represented as a
996996
vertex of a polyline mark in polar coordinates.
997997
"""
998998
return make_figure(args=locals(), constructor=go.Scatterpolar)

0 commit comments

Comments
 (0)