[Numpy-discussion] typo in docs

Scott Sinclair scott.sinclair.za at gmail.com
Tue Jun 8 05:19:31 EDT 2010


>On 8 June 2010 09:46, Sebastian Haase <seb.haase at gmail.com> wrote:
> Hi,
>
> http://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html#specifying-and-constructing-data-types
>
> says "f2" instead of "f1"
>
> Numarray introduced a short-hand notation for specifying the format of
> a record as a comma-separated string of basic formats.
> ...
> The generated data-type fields are named 'f0', 'f2', ..., 'f<N-1>'
>
>
> Is there a way for me to directly fix this kind of bug ? -

Yes. You can edit documentation using the Documentation editor.

Register a user name here
http://docs.scipy.org/numpy/accounts/register/ and then post your user
name to the scipy-dev list for someone to give your account edit
rights (see "Before you start" at http://docs.scipy.org/numpy/Front
Page/ for more detail)

The page with the typo you spotted is at
http://docs.scipy.org/numpy/docs/numpy-docs/reference/arrays.dtypes.rst/.
It's been corrected now.

Cheers,
Scott



More information about the NumPy-Discussion mailing list