Skip to content

Commit 09a9239

Browse files
committed
fix docs
1 parent 748ebf8 commit 09a9239

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/getting_started/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
</div>
9595
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
9696
<div class="section" itemprop="articleBody">
97-
98-
<p>from starlette.applications import Starlette</p>
97+
9998
<h1 id="getting-started">Getting started</h1>
10099
<h2 id="configure-the-connection-to-the-database">Configure the connection to the database</h2>
101100
<p>for example for PostgreSQL database.py:</p>

docs_sources/docs/getting_started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from starlette.applications import Starlette
2-
31
# Getting started
42

53
## Configure the connection to the database

0 commit comments

Comments
 (0)