Skip to content

Commit 95aaf0b

Browse files
authored
Update intermediate_source/parametrizations.py
1 parent 76261dc commit 95aaf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/parametrizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def forward(self, X):
132132
# Inspecting a parametrized module
133133
# --------------------------------
134134
#
135-
# When a module is parametrized, we find that the module has changed in the following ways:
135+
# When a module is parametrized, we find that the module has changed in three ways:
136136
#
137137
# 1) ``model.weight`` is now a property
138138
#

0 commit comments

Comments
 (0)