Skip to content

Commit 23cfef4

Browse files
shinksvekars
andauthored
Update advanced_source/python_extension_autoload.rst
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent d1217dc commit 23cfef4

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
@@ -48,7 +48,7 @@ Then, the only thing you need to do is define an entry point within your Python
4848
}
4949
)
5050
51-
Now the ``torch_foo`` module can be imported when running import torch:
51+
Now you can import the ``torch_foo`` module by simply adding the ``import torch`` statement without the need to add ``import torch_foo``:
5252

5353
.. code-block:: python
5454

0 commit comments

Comments
 (0)