From bd6b8b3f4a067c5694cbf3f1fa48bc60eb18d5c1 Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Fri, 24 Mar 2017 16:38:05 -0300 Subject: [PATCH] Fixed typo in jupyter notebooks (#2324) --- source/_docs/backend/database.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/backend/database.markdown b/source/_docs/backend/database.markdown index 2e298a6379f..51266ff7484 100644 --- a/source/_docs/backend/database.markdown +++ b/source/_docs/backend/database.markdown @@ -122,5 +122,5 @@ The `VACUUM` command cleans the your database. sqlite> VACUUM; ``` -For a more interactive way to work with the database or the create statistics, checkout our [Jupyther notebooks](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/tree/master/). +For a more interactive way to work with the database or the create statistics, checkout our [Jupyter notebooks](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/tree/master/).