Skip to content

Commit bcbe0f6

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

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
@@ -102,7 +102,7 @@ In ``habana_frameworks/init.py``, we use a global variable to track if our modul
102102
return
103103
import habana_frameworks.torch
104104
105-
In ``habana_frameworks/torch/init.py``, We prevent circular imports by updating the state of the global variable:
105+
In ``habana_frameworks/torch/init.py``, we prevent circular imports by updating the state of the global variable:
106106

107107
.. code-block:: python
108108

0 commit comments

Comments
 (0)