summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/records.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/records.py b/numpy/core/records.py
index af59de425..7e1c0d591 100644
--- a/numpy/core/records.py
+++ b/numpy/core/records.py
@@ -772,7 +772,7 @@ def fromrecords(recList, dtype=None, shape=None, formats=None, names=None,
def fromstring(datastring, dtype=None, shape=None, offset=0, formats=None,
names=None, titles=None, aligned=False, byteorder=None):
- """Create a record array from binary data
+ r"""Create a record array from binary data
Note that despite the name of this function it does not accept `str`
instances.