From b3da24af21f9ff7e71bb874940c3c30131e62e5f Mon Sep 17 00:00:00 2001 From: CBroz1 Date: Wed, 24 Jan 2024 15:35:34 -0600 Subject: [PATCH] Typo: chared -> shared --- notebooks/00_Setup.ipynb | 2 +- notebooks/py_scripts/00_Setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/00_Setup.ipynb b/notebooks/00_Setup.ipynb index 5cc791ecb..9bfeff14b 100644 --- a/notebooks/00_Setup.ipynb +++ b/notebooks/00_Setup.ipynb @@ -255,7 +255,7 @@ " save_method=\"local\", # global or local\n", " base_dir=\"/path/like/stelmo/nwb/\",\n", " database_user=\"your username\",\n", - " database_password=\"your password\", # remove this line for chared machines\n", + " database_password=\"your password\", # remove this line for shared machines\n", " database_host=\"localhost or lmf-db.cin.ucsf.edu\",\n", " database_port=3306,\n", " set_password=False,\n", diff --git a/notebooks/py_scripts/00_Setup.py b/notebooks/py_scripts/00_Setup.py index e413d0a38..2ea726aa8 100644 --- a/notebooks/py_scripts/00_Setup.py +++ b/notebooks/py_scripts/00_Setup.py @@ -196,7 +196,7 @@ save_method="local", # global or local base_dir="/path/like/stelmo/nwb/", database_user="your username", - database_password="your password", # remove this line for chared machines + database_password="your password", # remove this line for shared machines database_host="localhost or lmf-db.cin.ucsf.edu", database_port=3306, set_password=False,