mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-10 19:56:40 +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
|
||||
│ │ └── test_some_model_name.py
|
||||
│ ├── selectors
|
||||
│ │ └── test_some_selector_name.pyy
|
||||
│ │ └── test_some_selector_name.py
|
||||
│ └── services
|
||||
│ ├── __init__.py
|
||||
│ └── test_some_service_name.py
|
||||
|
@ -786,7 +786,7 @@ def buy_item(
|
|||
The service:
|
||||
|
||||
* Calls a selector for validation
|
||||
* Create ORM object
|
||||
* Creates ORM object
|
||||
* Calls a task
|
||||
|
||||
**Those are our tests:**
|
||||
|
|
Loading…
Reference in New Issue
Block a user