Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6bc06c

Browse files
committed
Docstring fix.
1 parent 9bd3755 commit d6bc06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def default(self, obj):
163163

164164
@staticmethod
165165
def encode_as_plotly(obj):
166-
"""Attempt to use a builtin `ploty_to_json` method."""
166+
"""Attempt to use a builtin `to_plotly_json` method."""
167167
try:
168168
return obj.to_plotly_json()
169169
except AttributeError:

0 commit comments

Comments
 (0)