Skip to content

Commit 5e849c4

Browse files
authored
Update intermediate_source/torchrec_interactive_tutorial.py
1 parent 6ce5bb2 commit 5e849c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torchrec_interactive_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
# TorchRec Features Overview
183183
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^
184184
#
185-
# In the secion above we've learned how to use embedding tables, one of the foundations of
185+
# In the section above we've learned how to use embedding tables, one of the foundations of
186186
# modern recommendation systems! These tables represent entities and
187187
# relationships, such as users, pages, posts, etc. Given that these
188188
# entities are always increasing, a **hash** function is typically applied

0 commit comments

Comments
 (0)