Skip to content

Commit d1217dc

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

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
@@ -34,7 +34,7 @@ your package is compatible with PyTorch 2.5 or later and includes the following
3434
def _autoload():
3535
print("No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.")
3636
37-
Then the only thing you need to do is define an entry point within your Python package:
37+
Then, the only thing you need to do is define an entry point within your Python package:
3838

3939
.. code-block:: python
4040

0 commit comments

Comments
 (0)