diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-07-02 00:56:25 -0700 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-07-02 00:56:25 -0700 |
commit | 7a3926c45f99284c83eeefb4e87030139b3d689b (patch) | |
tree | d35f5116d0ce8c579b583cda4a3ee32c541fb6bd /numpy/core/defchararray.py | |
parent | 61d2a445881f80b52bc9facdbd4f58f6e74c637b (diff) | |
parent | f5e9adbbf87903e42d03bb3dd5f86b70a89e930c (diff) | |
download | numpy-7a3926c45f99284c83eeefb4e87030139b3d689b.tar.gz |
Merge pull request #6035 from charris/documentation-maintenance
Documentation fixes.
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 92ea8209c..ead11e8d8 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -2652,7 +2652,7 @@ def asarray(obj, itemsize=None, unicode=None, order=None): end when comparing values 3) vectorized string operations are provided as methods - (e.g. `str.endswith`) and infix operators (e.g. +, *, %) + (e.g. `str.endswith`) and infix operators (e.g. ``+``, ``*``,``%``) Parameters ---------- |