Skip to content

Commit 11c493e

Browse files
ketigidemmanuelle
authored andcommitted
Fixes minor typos in compatibility.md (plotly#1848)
1 parent 4a63c3a commit 11c493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: compatibility.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ figure['layout'].update(key1=val1, key2=val2, key3=val3) # (option 3)
224224

225225
###style() has been deprecated
226226

227-
All style parameters need to be declared within their resepctive objects.
227+
All style parameters need to be declared within their respective objects.
228228
That is, layout styles must be declared within the layout dictionary and data
229229
object styles must be declared within their respective dictionaries.
230230

231231
###`plotly.stream` is now `plotly.plotly.Stream`, core functionality remains.
232232

233-
Aside from the class name being capitalized, the functionlity of the
233+
Aside from the class name being capitalized, the functionality of the
234234
streaming class has improved. Run help(plotly.plotly.Stream) for more
235235
information.
236236

0 commit comments

Comments
 (0)