Skip to content

Commit

Permalink
✏️ Fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Feb 27, 2024
1 parent b99a8aa commit 11dbb52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-processing/httpx/module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"source": [
"The outsourcing of the notebook’s code to modules makes it easier to reuse it, and also makes the notebooks more readable.\n",
"\n",
"However, for the code to work, geocode.py needs to be in the same folder as a Jupyter notebook. If you want to call this module from another location, the path specification in the import would have to be changed. In this case it is better to create your own package, as described in [Packing](../../productive/packaging.rst)."
"However, for the code to work, nominatim.py needs to be in the same folder as a Jupyter notebook. If you want to call this module from another location, the path specification in the import would have to be changed. In this case it is better to create your own package, as described in [Packing](../../productive/packaging.rst)."
]
}
],
Expand Down

0 comments on commit 11dbb52

Please sign in to comment.