[Numpy-svn] [numpy/numpy] 0f1d2d: Fix typo in documentation (101 instead of 10).

GitHub noreply at github.com
Tue Sep 4 05:16:42 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 0f1d2d929a0f7babb6d4471e987be1da34e06e34
      https://github.com/numpy/numpy/commit/0f1d2d929a0f7babb6d4471e987be1da34e06e34
  Author: Adam Griffiths <adam.lw.griffiths at gmail.com>
  Date:   2012-09-03 (Mon, 03 Sep 2012)

  Changed paths:
    M numpy/core/code_generators/ufunc_docstrings.py

  Log Message:
  -----------
  Fix typo in documentation (101 instead of 10).

Examples demonstrate using an array with (-10, 0, 10),
but this specific example has a typo that lists the
last number as 101.
This is reflected in the diagrams having axis labeled
from -10:+10.


  Commit: 4c73e7c5b2953d338a91ab912d3077c09acadaed
      https://github.com/numpy/numpy/commit/4c73e7c5b2953d338a91ab912d3077c09acadaed
  Author: njsmith <njs at pobox.com>
  Date:   2012-09-04 (Tue, 04 Sep 2012)

  Changed paths:
    M numpy/core/code_generators/ufunc_docstrings.py

  Log Message:
  -----------
  Merge pull request #423 from adamlwgriffiths/master

Fix typo in documentation (101 instead of 10). 


Compare: https://github.com/numpy/numpy/compare/cd9092aa71d2...4c73e7c5b295


More information about the Numpy-svn mailing list