Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Nov 3, 2023
1 parent 1848da3 commit 8bb900b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/00_Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"```\n",
"\n",
"If you see an error saying `Could not find SPYGLASS_BASE_DIR`, try loading your\n",
"config befor importing Spyglass.\n",
"config before importing Spyglass.\n",
"\n",
"```python\n",
"import datajoint as dj\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/py_scripts/00_Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
# ```
#
# If you see an error saying `Could not find SPYGLASS_BASE_DIR`, try loading your
# config befor importing Spyglass.
# config before importing Spyglass.
#
# ```python
# import datajoint as dj
Expand Down

0 comments on commit 8bb900b

Please sign in to comment.