Skip to content

Commit 4918fe4

Browse files
authored
Add missing backslash in math formula (#2023)
1 parent 5f10e99 commit 4918fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/examples_nn/polynomial_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--------------------------
55
66
A third order polynomial, trained to predict :math:`y=\sin(x)` from :math:`-\pi`
7-
to :math:`pi` by minimizing squared Euclidean distance.
7+
to :math:`\pi` by minimizing squared Euclidean distance.
88
99
This implementation defines the model as a custom Module subclass. Whenever you
1010
want a model more complex than a simple sequence of existing Modules you will

0 commit comments

Comments
 (0)