[NumPy-Tickets] [NumPy] #2127: numpy.savetxt: "See also" section needs small change
NumPy Trac
numpy-tickets@scipy....
Sun May 6 06:56:21 CDT 2012
#2127: numpy.savetxt: "See also" section needs small change
---------------------------+------------------------------------------------
Reporter: iosonofabio | Owner: pv
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Documentation | Version: 1.6.1
Keywords: savez savetxt |
---------------------------+------------------------------------------------
In the documentation for the function numpy.savetxt, in the "See also"
section, we currently find:
savez
Save several arrays into a .npz compressed archive
This is wrong since savez does not compressed. I suggest to change
"compressed" to "uncompressed" and add a reference to savez_compressed.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2127>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list