thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

numpy.savetxt: "See also" section needs small change (Trac #2127) #5923

Open numpy-gitbot opened 12 years ago

numpy-gitbot commented 12 years ago

Original ticket http://projects.scipy.org/numpy/ticket/2127 on 2012-05-06 by trac user iosonofabio, assigned to atmention:pv.

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.