Skip to content

Commit 9381919

Browse files
JarnoRFBchsasank
authored andcommitted
Remove superfluous * from italics (pytorch#144)
1 parent 29bbe09 commit 9381919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/neural_networks_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def num_flat_features(self, x):
133133
# - ``autograd.Function`` - Implements *forward and backward definitions
134134
# of an autograd operation*. Every ``Variable`` operation, creates at
135135
# least a single ``Function`` node, that connects to functions that
136-
# created a ``Variable`` and *encodes its history**.
136+
# created a ``Variable`` and *encodes its history*.
137137
#
138138
# **At this point, we covered:**
139139
# - Defining a neural network

0 commit comments

Comments
 (0)