Skip to content

Commit b05f61d

Browse files
committed
Fix trailing whitespace in setup_context method
1 parent d361f6c commit b05f61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/examples_autograd/polynomial_custom_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def forward(input):
3636
for further details.
3737
"""
3838
return 0.5 * (5 * input ** 3 - 3 * input)
39-
39+
4040
@staticmethod
4141
def setup_context(ctx, inputs, output):
4242
"""

0 commit comments

Comments
 (0)