Skip to content

Commit ee5c353

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

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
@@ -63,7 +63,7 @@ Now you can import the ``torch_foo`` module by simply adding the ``import torch`
6363
.. code-block:: python
6464
6565
>>> import torch
66-
No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.
66+
Check things are working with `torch.foo.is_available()`.
6767
>>> torch.foo.is_available()
6868
True
6969

0 commit comments

Comments
 (0)