Skip to content

Commit c450089

Browse files
committed
Documentation improvements
1 parent 1b22915 commit c450089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/layers/convolutional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def _pooling_function(self, inputs, pool_size, strides,
422422
class AveragePooling1D(_Pooling1D):
423423
'''Average pooling for temporal data.
424424
425-
# Input shape
425+
# Input shape
426426
3D tensor with shape: `(samples, steps, features)`.
427427
428428
# Output shape

0 commit comments

Comments
 (0)