Skip to content

Commit e8946d5

Browse files
Denny-Hwanggabrieldemarmiesse
authored andcommitted
Update np_utils.py (keras-team#13481)
1 parent ecac367 commit e8946d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/utils/np_utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def to_categorical(y, num_classes=None, dtype='float32'):
5656

5757

5858
def normalize(x, axis=-1, order=2):
59-
"""Normalizes a Numpy array.
59+
"""Normalizes a NumPy array.
6060
6161
# Arguments
62-
x: Numpy array to normalize.
62+
x: NumPy array to normalize.
6363
axis: axis along which to normalize.
6464
order: Normalization order (e.g. 2 for L2 norm).
6565

0 commit comments

Comments
 (0)