Skip to content

Commit 2ba51d0

Browse files
shinksvekars
andauthored
Update advanced_source/python_extension_autoload.rst
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 80c8683 commit 2ba51d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/python_extension_autoload.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ mechanism. We discover and load all of the specific entry points
158158
in ``torch/__init__.py`` that are defined by out-of-tree extensions.
159159

160160
As shown above, after installing ``torch_foo``, your Python module can be imported
161-
when loading the entry point you defined, and then you can do some necessary work when
161+
when loading the entrypoint that you have defined, and then you can do some necessary work when
162162
calling it.
163163

164164
See the implementation in this pull request: `[RFC] Add support for device extension autoloading

0 commit comments

Comments
 (0)