Skip to content

Commit a611f4c

Browse files
authoredOct 23, 2017
Merge pull request #862 from ketigid/corrects-typo
Corrects typo in docstring in graph_objs.py
2 parents a4402e9 + c19d453 commit a611f4c

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)
Please sign in to comment.