Skip to content

Commit

Permalink
DOC: Move NumPy Byte Order page in gotchas.rst (#60822)
Browse files Browse the repository at this point in the history
  • Loading branch information
star1327p authored Feb 1, 2025
1 parent 9b03dd4 commit d72f165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/gotchas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ constructors using something similar to the following:
s = pd.Series(newx)
See `the NumPy documentation on byte order
<https://numpy.org/doc/stable/user/basics.byteswapping.html>`__ for more
<https://numpy.org/doc/stable/user/byteswapping.html>`__ for more
details.

0 comments on commit d72f165

Please sign in to comment.