We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d8c0 commit 60c69cdCopy full SHA for 60c69cd
flask-connexion-rest/version_4/people.py
@@ -90,7 +90,7 @@ def create(person):
90
else:
91
abort(
92
406,
93
- "Peron with last name {lname} already exists".format(lname=lname),
+ "Person with last name {lname} already exists".format(lname=lname),
94
)
95
96
0 commit comments