documentation
documentation copied to clipboard
Spelling error in Python cheatsheet
Awesome project! Minor error in the python cheatsheet (https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf): on page 2 in the lower left, the 2D histogram example begins:
trace = go.Historgram2d(
A misspelling of "Histogram2d". Thanks!