summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 760d258f2..2f9071378 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -2147,6 +2147,8 @@ add_newdoc('numpy.core', 'restoredot',
add_newdoc('numpy.core', 'vdot',
"""
+ vdot(a, b)
+
Return the dot product of two vectors.
The vdot(`a`, `b`) function handles complex numbers differently than