8000 DOC: Use old title of np.random section · rkern/numpy@ecae5c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ecae5c3

Browse files
committed
DOC: Use old title of np.random section
1 parent e53abb5 commit ecae5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/reference/random/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. currentmodule:: numpy.random
44

5-
numpy.random
6-
============
5+
Random sampling (:mod:`numpy.random`)
6+
=====================================
77

88
Numpy's random number routines produce pseudo random numbers using
99
combinations of a `BitGenerator` to create sequences and a `Generator`

0 commit comments

Comments
 (0)
0