diff options
author | Pauli Virtanen <pav@iki.fi> | 2011-06-25 18:52:32 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2011-06-25 18:52:32 +0200 |
commit | c6dfbdeb05c6251e5ea0e46291ed4b4d29ed7bbd (patch) | |
tree | 5b5cfb48e7ee29454ad8327f872a51a0eeff3545 /numpy/add_newdocs.py | |
parent | 7a57dc108fe8ee981439aea38df0d35cfbffaf4c (diff) | |
download | numpy-c6dfbdeb05c6251e5ea0e46291ed4b4d29ed7bbd.tar.gz |
DOC: minor documentation fixes
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
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 |