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 23cfef4 commit 3c0c1e0Copy full SHA for 3c0c1e0
advanced_source/python_extension_autoload.rst
@@ -57,7 +57,7 @@ Now you can import the ``torch_foo`` module by simply adding the ``import torch`
57
>>> torch.foo.is_available()
58
True
59
60
-You may encounter issues with circular imports, the following examples are intended to help you address them.
+In some cases, you might encounter issues with circular imports. The examples below demonstrate how you can address them.
61
62
Examples
63
^^^^^^^^
0 commit comments