Skip to content

Commit

Permalink
Merge pull request numpy#16393 from WarrenWeckesser/rec-fromstring-ra…
Browse files Browse the repository at this point in the history
…w-docstring

MAINT: Use a raw string for the fromstring docstring.
  • Loading branch information
charris authored May 27, 2020
2 parents 171ea2a + 92271ec commit b5b417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5b417b

Please sign in to comment.