Skip to content

Commit 7e60533

Browse files
committed
Rebuild site
1 parent a4efc0e commit 7e60533

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

chapters/08/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14853,7 +14853,7 @@ <h1 id="Link-Tables-Together">Link Tables Together<a class="anchor-link" href="#
1485314853
</div>
1485414854
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
1485514855
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
14856-
<p>For reasons of backwards compatibility, foreign keys are not enabled by default in SQLite and we need to issue a command to switch then on:</p>
14856+
<p>For reasons of backwards compatibility, foreign keys are not enabled by default in SQLite and we need to issue a command to switch them on:</p>
1485714857

1485814858
</div>
1485914859
</div>

chapters/notebooks/08-Link-Tables-Together.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,11 @@
146146
]
147147
},
148148
{
149+
"attachments": {},
149150
"cell_type": "markdown",
150151
"metadata": {},
151152
"source": [
152-
"For reasons of backwards compatibility, foreign keys are not enabled by default in SQLite and we need to issue a command to switch then on:"
153+
"For reasons of backwards compatibility, foreign keys are not enabled by default in SQLite and we need to issue a command to switch them on:"
153154
]
154155
},
155156
{

0 commit comments

Comments
 (0)