Skip to content

Commit a5b01ff

Browse files
Correct trivial spelling error in internal_convert_to_tensor
PiperOrigin-RevId: 177886163
1 parent aa8b75a commit a5b01ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorflow/python/framework

tensorflow/python/framework/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def internal_convert_to_tensor(value,
965965
# Fast path for EagerTensors that don't need any conversion.
966966
if isinstance(value, EagerTensor):
967967
# Note that we don't check that value's dtype matches the dtype
968-
# argument. We exepct that the C runtime will do that checking
968+
# argument. We expect that the C runtime will do that checking
969969
# when we execute the kernel.
970970
return value
971971

0 commit comments

Comments
 (0)