Skip to content

Commit 7cfe211

Browse files
authored
fix: typo in README.md (#28857)
1 parent 94ad569 commit 7cfe211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ x2 = tf.random.normal((5, 3, 4, 4))
11581158
# Module is provided -> transpilation happens lazily
11591159
tf_kornia = ivy.transpile(kornia, source="torch", target="tensorflow")
11601160

1161-
# The transpilation is initialized here, and this function is converted to tensorflwo
1161+
# The transpilation is initialized here, and this function is converted to tensorflow
11621162
ret = tf_kornia.color.rgb_to_grayscale(x2)
11631163

11641164
# Transpilation has already occurred, the tensorflow function runs efficiently

0 commit comments

Comments
 (0)