Skip to content

Commit 725257e

Browse files
authored
Merge pull request #324 from andriisoldatenko/patch-1
Fix typo
2 parents 1589e3e + 6baeff0 commit 725257e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiohttp_admin
88
**aiohttp_admin** will help you on building an admin interface
99
on top of an existing data model. Library designed to be database agnostic and
1010
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.
11+
thus *not* compatible with Python older than 3.5.
1212

1313

1414
.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp_admin/master/docs/demo.gif
@@ -18,12 +18,12 @@ Design
1818
------
1919
**aiohttp_admin** using following design philosophy:
2020

21-
- backend and frontend of admin views are decoupled by REST API as
21+
- backend and frontend of admin views are decoupled by REST API as a
2222
result it is possible to change admin views without changing any **python**
2323
code. On browser side user interacts with single page application (ng-admin).
2424

2525
- admin views are database agnostic, if it is possible to implement REST API
26-
it should be strait forward to add admin views. Some filtering features may
26+
it should be straightforward to add admin views. Some filtering features may
2727
be disabled if database do not support some kind of filtering.
2828

2929

0 commit comments

Comments
 (0)