Skip to content

Commit

Permalink
Merge pull request #274 from btel/fix-typo
Browse files Browse the repository at this point in the history
fix small typo
  • Loading branch information
valentina-s authored Jun 13, 2016
2 parents 8aa2a24 + 7bfbc77 commit 3f45514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ variable `data` to store our arthritis data, we didn't just create the array, we
created information about the array, called [members](reference.html#member) or
attributes. This extra information describes `data` in
the same way an adjective describes a noun.
`data.shape` is an attribute of `data` which described the dimensions of `data`.
`data.shape` is an attribute of `data` which describes the dimensions of `data`.
We use the same dotted notation for the attributes of variables
that we use for the functions in libraries
because they have the same part-and-whole relationship.
Expand Down

0 comments on commit 3f45514

Please sign in to comment.