From dd47a1d0ad5dba351c2243e3d86336268810ace7 Mon Sep 17 00:00:00 2001 From: CBroz1 Date: Fri, 17 Nov 2023 11:28:10 -0600 Subject: [PATCH] Spelling --- docs/src/misc/database_management.md | 4 ++-- notebooks/00_Setup.ipynb | 2 +- notebooks/py_scripts/00_Setup.py | 3 ++- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/misc/database_management.md b/docs/src/misc/database_management.md index 950ef27a6..2971318af 100644 --- a/docs/src/misc/database_management.md +++ b/docs/src/misc/database_management.md @@ -28,7 +28,7 @@ temporary `.sql` file and execute it on the database. ### Privileges -DataJoint schemas correspond to MySQL databases. Priveleges are managed by +DataJoint schemas correspond to MySQL databases. Privileges are managed by schema/database prefix. - `SELECT` privileges allow users to read, write, and delete data. @@ -52,7 +52,7 @@ these prifixes. ### Setting Passwords -New users are generted with the password `temppass`. In order to change this, +New users are generated with the password `temppass`. In order to change this, we recommend downloading DataJoint `0.14.2` (currently pre-release). ```console diff --git a/notebooks/00_Setup.ipynb b/notebooks/00_Setup.ipynb index 08691e907..2bb273bf1 100644 --- a/notebooks/00_Setup.ipynb +++ b/notebooks/00_Setup.ipynb @@ -225,7 +225,7 @@ " docker pull datajoint/mysql:8.0\n", " ```\n", "\n", - "_Note_: For demonstation, MySQL version won't matter. Some\n", + "_Note_: For this demo, MySQL version won't matter. Some\n", " [database management](https://lorenfranklab.github.io/spyglass/latest/misc/database_management/#mysql-version)\n", " features of Spyglass, however, expect MySQL >= 8.\n", "\n", diff --git a/notebooks/py_scripts/00_Setup.py b/notebooks/py_scripts/00_Setup.py index ebe28291f..21bb57083 100644 --- a/notebooks/py_scripts/00_Setup.py +++ b/notebooks/py_scripts/00_Setup.py @@ -191,7 +191,7 @@ # docker pull datajoint/mysql:8.0 # ``` # -# _Note_: For demonstation, MySQL version won't matter. Some +# _Note_: For this demo, MySQL version won't matter. Some # [database management](https://lorenfranklab.github.io/spyglass/latest/misc/database_management/#mysql-version) # features of Spyglass, however, expect MySQL >= 8. # @@ -244,6 +244,7 @@ # + import os + import datajoint as dj if os.path.basename(os.getcwd()) == "notebooks": diff --git a/pyproject.toml b/pyproject.toml index ca4339aef..0b1511d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,6 +109,6 @@ exclude = [] line-length = 80 [tool.codespell] -skip = '.git,*.pdf,*.svg,*.ipynb,./docs/site/**' +skip = '.git,*.pdf,*.svg,*.ipynb,./docs/site/**,temp*' # Nevers - name in Citation ignore-words-list = 'nevers'