Skip to content

Commit 9eb96d0

Browse files
fix typo in docs
`than` instead of 'then' :)
1 parent a9ba60e commit 9eb96d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Welcome to aiohttp-admin!
1515
**aiohttp_admin** will help you on building an admin interface
1616
on top of an existing data model. Library designed to be database agnostic and
1717
decoupled of any ORM or datbase layer. Admin module relies on async/await syntax (PEP492)
18-
thus *not* compatible with Python older then 3.5.
18+
thus *not* compatible with Python older than 3.5.
1919

2020

2121
**What is aiohttp-admin use cases?**

0 commit comments

Comments
 (0)