Skip to content

Commit c19d453

Browse files
committed
Corrects typo in docstring in graph_objs.py
1 parent a4402e9 commit c19d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/graph_objs/graph_objs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def to_graph_objs(self, **kwargs):
113113
pass
114114

115115
def validate(self):
116-
"""Everything is *always* validated now. keep for backwards compat."""
116+
"""Everything is *always* validated now. Keep for backwards compat."""
117117
pass
118118

119119

0 commit comments

Comments
 (0)