Skip to content

Commit 2dadfe8

Browse files
committed
DOC: Describe matlib.py funky namespace
1 parent c61e667 commit 2dadfe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numpy/matlib.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import numpy as np
22
from numpy.matrixlib.defmatrix import matrix, asmatrix
3-
# need * as we're copying the numpy namespace (FIXME: this makes little sense)
3+
# Matlib.py contains all functions in the numpy namespace with a few
4+
# replacements. See doc/source/reference/routines.matlib.rst for details.
5+
# Need * as we're copying the numpy namespace.
46
from numpy import * # noqa: F403
57

68
__version__ = np.__version__

0 commit comments

Comments
 (0)