summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-06-15 10:51:39 -0700
committermattip <matti.picus@gmail.com>2018-06-15 12:59:06 -0700
commitd4b43bb148678516c11d8a0b0cae9b53635f9ee0 (patch)
tree4eab61f9d8dd09b3fd842c788f6136e160c19971 /numpy/add_newdocs.py
parentd416eda11014a689bb88c96fac33374b91251d11 (diff)
downloadnumpy-d4b43bb148678516c11d8a0b0cae9b53635f9ee0.tar.gz
DOC: typos, small fixes
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 9372b3431..a39aebc0c 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -605,6 +605,7 @@ add_newdoc('numpy.core', 'broadcast',
Examples
--------
+
Manually adding two vectors, using broadcasting:
>>> x = np.array([[1], [2], [3]])
@@ -7144,8 +7145,8 @@ add_newdoc('numpy.core.multiarray', 'datetime_data',
Get information about the step size of a date or time type.
- The returned tuple can be passed as the second argument of `datetime64` and
- `timedelta64`.
+ The returned tuple can be passed as the second argument of `numpy.datetime64` and
+ `numpy.timedelta64`.
Parameters
----------