Skip to content

Commit 5318526

Browse files
authored
A couple words were left out of a sentence
1 parent ac2fc0e commit 5318526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/figure/api_interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ interfaces and how to translate from one to the other.
148148
- Axes: ``label = ax.get_xlabel()``
149149
- pyplot: ``label = plt.xlabel()``
150150

151-
- Functions that set properties like the property in pyplot and are prefixed with
151+
- Functions that set properties are named like the property in pyplot and are prefixed with
152152
``set_`` on the Axes. Example:
153153

154154
- Axes: ``ax.set_xlabel("time")``

0 commit comments

Comments
 (0)