Skip to content

Commit 1a310e8

Browse files
committed
fix typo on orms page
1 parent 88a9b24 commit 1a310e8

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

content/pages/03-data/05-object-relational-mappers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meta: Object-relational mappers (ORMs) bridge relational databases and data repr
88

99

1010
An object-relational mapper (ORM) is a code library that automates the
11-
transfer of data stored in relational databases tables into objects that
11+
transfer of data stored in relational database tables into objects that
1212
are more commonly used in application code.
1313

1414
<img src="/img/visuals/orms-bridge.png" width="100%" alt="Diagram showing how object-relational mappers bridge the database and Python objects." class="technical-diagram" />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
title: GPT-3
2+
category: page
3+
slug: gpt-3
4+
sortorder: 1001
5+
toc: False
6+
sidebartitle: GPT-3
7+
meta: GPT-3 is a trained neural network with 175 billion parameters that allows it to be significantly better at text generation than previous models.
8+
9+
10+
GPT-3 is a trained neural network with 175 billion parameters that allows it to be significantly better at text generation than previous models.
20.8 KB
Loading
26.7 KB
Loading
1.85 KB
Loading

static/img/logos/openai.jpg

81.8 KB
Loading

theme/templates/choices/gpt-3.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What else would you like to learn about in Python?</h3>
2+
<div class="row">
3+
<div class="c4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/databases.html" %}
6+
</div>
7+
</div>
8+
<div class="c4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/data.html" %}
11+
</div>
12+
</div>
13+
<div class="c4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/why-use-python.html" %}
16+
</div>
17+
</div>
18+
</div>

0 commit comments

Comments
 (0)