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 3e19c43 commit b947384Copy full SHA for b947384
flask-connexion-rest/version_3/people.py
@@ -92,7 +92,7 @@ def create(person):
92
else:
93
abort(
94
406,
95
- "Peron with last name {lname} already exists".format(lname=lname),
+ "Person with last name {lname} already exists".format(lname=lname),
96
)
97
98
0 commit comments