From 656acfda1bd89ad45bd1db384b52b4adb6769c40 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Tue, 13 Oct 2009 08:24:55 +0000 Subject: BUG: non ascii character in docstring. --- 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 35c1d907e..799887a7d 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -561,7 +561,7 @@ def expandtabs(a, tabsize=8): replaced by one or more spaces, depending on the current column and the given `tabsize`. The column number is reset to zero after each newline occurring in the string. If `tabsize` is not given, a - tab size of 8 characters is assumed. This doesn’t understand other + tab size of 8 characters is assumed. This doesn't understand other non-printing characters or escape sequences. Parameters -- cgit v1.2.1