mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-22 01:26:43 +03:00
Fix README typos (ticket - https://github.com/HackSoftware/Django-Styleguide/issues/11)
This commit is contained in:
parent
8ce40d76af
commit
d7a569dccd
|
@ -587,7 +587,7 @@ project_name
|
||||||
│ ├── models
|
│ ├── models
|
||||||
│ │ └── test_some_model_name.py
|
│ │ └── test_some_model_name.py
|
||||||
│ ├── selectors
|
│ ├── selectors
|
||||||
│ │ └── test_some_selector_name.pyy
|
│ │ └── test_some_selector_name.py
|
||||||
│ └── services
|
│ └── services
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ └── test_some_service_name.py
|
│ └── test_some_service_name.py
|
||||||
|
@ -786,7 +786,7 @@ def buy_item(
|
||||||
The service:
|
The service:
|
||||||
|
|
||||||
* Calls a selector for validation
|
* Calls a selector for validation
|
||||||
* Create ORM object
|
* Creates ORM object
|
||||||
* Calls a task
|
* Calls a task
|
||||||
|
|
||||||
**Those are our tests:**
|
**Those are our tests:**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user