Skip to content

Commit 184ca87

Browse files
committed
small fix
1 parent dd32169 commit 184ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/removing_import_loops_in_pytorch/import_loops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"outputs": [],
5050
"source": [
5151
"codebase = Codebase.from_repo(\"pytorch/pytorch\")\n",
52-
"# codebase = Codebase(\"../../../../code/pytorch\") # uncomment this if you have pytorch cloned locally"
52+
"# codebase = Codebase(\"path/to//pytorch\") # uncomment this if you have pytorch cloned locally"
5353
]
5454
},
5555
{

0 commit comments

Comments
 (0)