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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 91c6a6e80..d727df234 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -216,6 +216,7 @@ add_newdoc('numpy.core.multiarray','fromstring',
size is determined by the size of string. If sep is not empty then the
string is interpreted in ASCII mode and converted to the desired number type
using sep as the separator between elements (extra whitespace is ignored).
+ ASCII integer conversions are base-10; octal and hex are not supported.
""")