8000 Consistent Numpy/NumPy naming · Issue #250 · scipy-lectures/scientific-python-lectures · GitHub
[go: up one dir, main page]

Skip to content
Consistent Numpy/NumPy naming #250
Closed
@btel

Description

@btel

In the lecture both NumPy and Numpy (lowercase or uppercase 'p') are used:

$ find . -name "*.rst" -exec grep Numpy -ow {} \; | wc -l
108
$ find . -name "*.rst" -exec grep NumPy -ow {} \; | wc -l
35

It would be better to choose one and be consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0