We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d798c6 commit 4ed53aeCopy full SHA for 4ed53ae
keras/preprocessing/sequence.py
@@ -7,7 +7,7 @@
7
def pad_sequences(sequences, maxlen=None, dtype='int32', padding='pre', truncating='pre', value=0.):
8
"""
9
Pad each sequence to the same length:
10
- the length of the longuest sequence.
+ the length of the longest sequence.
11
12
If maxlen is provided, any sequence longer
13
than maxlen is truncated to maxlen. Truncation happens off either the beginning (default) or
0 commit comments