Skip to content

Commit 3c0c1e0

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

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
@@ -57,7 +57,7 @@ Now you can import the ``torch_foo`` module by simply adding the ``import torch`
5757
>>> torch.foo.is_available()
5858
True
5959
60-
You may encounter issues with circular imports, the following examples are intended to help you address them.
60+
In some cases, you might encounter issues with circular imports. The examples below demonstrate how you can address them.
6161

6262
Examples
6363
^^^^^^^^

0 commit comments

Comments
 (0)