Update README.md

master/v0.1.0
Kamil 2020-09-15 17:26:25 +02:00 committed by GitHub
parent e00de45067
commit 3f17ccb60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class AbstractUtilsCRUD():
abstract = True abstract = True
``` ```
It's a utils for CRUD classes using global like this: It're a utils for CRUD classes using global like this:
```python ```python
class AbstractCreate(AbstractUtilsCRUD): class AbstractCreate(AbstractUtilsCRUD):