We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c60cc commit ee5c353Copy full SHA for ee5c353
advanced_source/python_extension_autoload.rst
@@ -63,7 +63,7 @@ Now you can import the ``torch_foo`` module by simply adding the ``import torch`
63
.. code-block:: python
64
65
>>> import torch
66
- No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.
+ Check things are working with `torch.foo.is_available()`.
67
>>> torch.foo.is_available()
68
True
69
0 commit comments