Skip to content

Commit e726565

Browse files
authored
Update advanced_source/python_extension_autoload.rst
1 parent 9123d82 commit e726565

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
@@ -54,7 +54,7 @@ Now the ``torch_foo`` module can be imported when running import torch:
5454
.. code-block:: python
5555
5656
>>> import torch
57-
No need to import torch_foo anymore! You can run torch.foo.is_available() directly.
57+
No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.
5858
>>> torch.foo.is_available()
5959
True
6060

0 commit comments

Comments
 (0)