Update README.md

master/v0.1.0
Kamil 2020-09-15 18:00:32 +02:00 committed by GitHub
parent 54846d57ff
commit b29bc6be8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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