From f5e9adbbf87903e42d03bb3dd5f86b70a89e930c Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 1 Jul 2015 23:36:38 -0600 Subject: DOC: Fix docstring warnings in documetation generation. Most of these fixes involve putting blank lines around .. versionadded:: x.x.x and .. deprecated:: x.x.x Some of the examples were also fixed. --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') 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 ---------- -- cgit v1.2.1