Skip to content

Commit 97d0c6d

Browse files
authored
Fix px.histogram docstring typo
tranformed -> transformed
1 parent 8a151e1 commit 97d0c6d

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
data_frame=[
1919
"DataFrame or array-like or dict",
2020
"This argument needs to be passed for column names (and not keyword names) to be used.",
21-
"Array-like and dict are tranformed internally to a pandas DataFrame.",
21+
"Array-like and dict are transformed internally to a pandas DataFrame.",
2222
"Optional: if missing, a DataFrame gets constructed under the hood using the other arguments.",
2323
],
2424
x=[

0 commit comments

Comments
 (0)