mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-29 13:03:47 +03:00
Merge pull request #21 from HackSoftware/fix-readmy-typos
Fix README typos
This commit is contained in:
commit
cd528118c0
|
@ -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