Skip to content

Commit 3291f20

Browse files
committed
[keras/engine/input_layer.py] Standardise docstring usage of "Defaults to"
1 parent 0f8e81f commit 3291f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/engine/input_layer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ class InputLayer(base_layer.Layer):
8888
will use the `tf.TypeSpec` of this tensor rather
8989
than creating a new placeholder tensor.
9090
sparse: Boolean, whether the placeholder created is meant to be sparse.
91-
Default to `False`.
91+
Defaults to `False`.
9292
ragged: Boolean, whether the placeholder created is meant to be ragged.
9393
In this case, values of `None` in the `shape` argument represent
9494
ragged dimensions. For more information about `tf.RaggedTensor`, see
9595
[this guide](https://www.tensorflow.org/guide/ragged_tensor).
96-
Default to `False`.
96+
Defaults to `False`.
9797
type_spec: A `tf.TypeSpec` object to create Input from. This
9898
`tf.TypeSpec` represents the entire batch. When provided, all other
9999
args except name must be `None`.

0 commit comments

Comments
 (0)