summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2015-07-02 00:56:25 -0700
committerNathaniel J. Smith <njs@pobox.com>2015-07-02 00:56:25 -0700
commit7a3926c45f99284c83eeefb4e87030139b3d689b (patch)
treed35f5116d0ce8c579b583cda4a3ee32c541fb6bd /numpy/core/defchararray.py
parent61d2a445881f80b52bc9facdbd4f58f6e74c637b (diff)
parentf5e9adbbf87903e42d03bb3dd5f86b70a89e930c (diff)
downloadnumpy-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.py2
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
----------