We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1589e3e commit c714df8Copy full SHA for c714df8
README.rst
@@ -8,7 +8,7 @@ aiohttp_admin
8
**aiohttp_admin** will help you on building an admin interface
9
on top of an existing data model. Library designed to be database agnostic and
10
decoupled of any ORM or database layer. Admin module relies on async/await syntax (PEP492)
11
-thus *not* compatible with Python older then 3.5.
+thus *not* compatible with Python older than 3.5.
12
13
14
.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp_admin/master/docs/demo.gif
0 commit comments