Skip to content

Commit 5f9d78a

Browse files
committed
Unifying terminology. Ref. #6
1 parent 55772ab commit 5f9d78a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/openprocurement/api/views.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ def __init__(self, request):
586586

587587
@view(content_type="application/json", validators=(validate_bid_data,))
588588
def collection_post(self):
589-
"""Registration of new bidder
589+
"""Registration of new bid proposal
590590
591-
Creating new Bidder
592-
-------------------
591+
Creating new Bid proposal
592+
-------------------------
593593
594-
Example request to create bidder:
594+
Example request to create bid proposal:
595595
596596
.. sourcecode:: http
597597

0 commit comments

Comments
 (0)