Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97d0c6d

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • packages/python/plotly/plotly/express
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/python/plotly/plotly/express/_doc.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_doc.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.