Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 9a934cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)