Skip to content

Commit 2bcec39

Browse files
authored
docs: fix wrong package name (#603)
1 parent bf5ad3c commit 2bcec39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ You use the decorator with a method like this:
293293
self._a = np.arange(sz)
294294
self._b = np.arange(sz)
295295
296-
@requires_package("emoo")
296+
@requires_package("matplotlib")
297297
def plot(self):
298298
"""Plot the internal arrays ``_a`` and ``_b``.
299299

0 commit comments

Comments
 (0)