Skip to content

Commit 171ebbe

Browse files
Max Mikhaylovsoumith
authored andcommitted
fixed typo (pytorch#182)
changed `confortable` to `comfortable`
1 parent 34c8a9d commit 171ebbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/neural_style_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
we need: indeed, with PyTorch, all the gradients are automatically and
104104
dynamically computed for you (while you use functions from the library).
105105
This is why the implementation of this algorithm becomes very
106-
confortable with PyTorch.
106+
comfortable with PyTorch.
107107
108108
PyTorch implementation
109109
----------------------

0 commit comments

Comments
 (0)