Skip to content

Commit b3154da

Browse files
authored
Merge pull request #11866 from adamjstewart/docs/usage-guide
Typo fix in Usage Guide
2 parents 8a8c881 + 0e5f36a commit b3154da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def my_plotter(ax, data1, data2, param_dict):
389389
# DPI setting.
390390
#
391391
# Here is a summary of the matplotlib renderers (there is an eponymous
392-
# backed for each; these are *non-interactive backends*, capable of
392+
# backend for each; these are *non-interactive backends*, capable of
393393
# writing to a file):
394394
#
395395
# ============= ============ ================================================

0 commit comments

Comments
 (0)