[Numpy-svn] [numpy/numpy] c09d8d: genfromtxt example in user docs missing delimiter

GitHub noreply at github.com
Sun Feb 8 13:24:49 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c09d8dcb2e031c314ab54eb277235bd2d6f294f1
      https://github.com/numpy/numpy/commit/c09d8dcb2e031c314ab54eb277235bd2d6f294f1
  Author: Stefan Eng <stefaneng13 at gmail.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M doc/source/user/basics.io.genfromtxt.rst

  Log Message:
  -----------
  genfromtxt example in user docs missing delimiter

The example given in the user docs does not run correctly without adding `delimiter=","`. This add the missing keyword to allow the examples to be run.


  Commit: 72f409cb1ec21aa8b6c28d0e82d5e26197e6b454
      https://github.com/numpy/numpy/commit/72f409cb1ec21aa8b6c28d0e82d5e26197e6b454
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-02-08 (Sun, 08 Feb 2015)

  Changed paths:
    M doc/source/user/basics.io.genfromtxt.rst

  Log Message:
  -----------
  Merge pull request #5536 from stefaneng/patch-1

genfromtxt example in user docs missing delimiter


Compare: https://github.com/numpy/numpy/compare/ad3f89fc8a0f...72f409cb1ec2


More information about the Numpy-svn mailing list