Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 37cbded

Browse files
author
Bas van Beek
committed
Added a module-level docstring with the name of the corresponding numpy module
1 parent c2eeada commit 37cbded

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/fail/fromnumeric.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for :mod:`numpy.core.fromnumeric`."""
2+
13
import numpy as np
24

35
A = np.array(True, ndmin=2, dtype=bool)

tests/pass/fromnumeric.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for :mod:`numpy.core.fromnumeric`."""
2+
13
import numpy as np
24

35
A = np.array(True, ndmin=2, dtype=bool)

tests/reveal/fromnumeric.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for :mod:`numpy.core.fromnumeric`."""
2+
13
import numpy as np
24

35
A = np.array(True, ndmin=2, dtype=bool)

0 commit comments

Comments
 (0)