Skip to content

Commit

Permalink
Fix path arg in tutorial #368
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Mar 31, 2024
1 parent 57c168a commit 4a51baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/atom_graph_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"To use a local file, you can run:\n",
"\n",
"```python\n",
"g = construct_graph(config=config, pdb_path=\"../examples/pdbs/3eiy.pdb\")\n",
"g = construct_graph(config=config, path=\"../examples/pdbs/3eiy.pdb\")\n",
"```"
]
},
Expand Down

0 comments on commit 4a51baf

Please sign in to comment.