Skip to content

Commit 9a934cc

Browse files
cbockmanrsepassi
authored andcommitted
Spelling fix: 'fo' => 'to' (tensorflow#471)
1 parent d9f807c commit 9a934cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensor2tensor/layers/modalities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _get_weights(self, hidden_dim=None):
7676
"""Create or get concatenated embedding or softmax variable.
7777
7878
Args:
79-
hidden_dim: dim of the variable. Defaults fo self._body_input_depth
79+
hidden_dim: dim of the variable. Defaults to self._body_input_depth
8080
8181
Returns:
8282
a list of self._num_shards Tensors.

0 commit comments

Comments
 (0)