Skip to content

module05 - typo in docstrings #257

@IvanMiao

Description

@IvanMiao

Description:
In the docstring of ex02, it states that both args and the return value should be of type numpy.ndarray. However, in ex03ex07 and ex09, their types are specified as numpy.array instead.

Since numpy.array is a function and numpy.ndarray is a class, all occurrences of numpy.array should be corrected to numpy.ndarray.

Capture of ex02:

Image

capture of ex03:

Image

Metadata

Metadata

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