Skip to content

Commit 6c80e2e

Browse files
authored
Merge pull request #148 from garciaolais/patch-1
Fix typo
2 parents 705d8c0 + 60c69cd commit 6c80e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask-connexion-rest/version_4/people.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def create(person):
9090
else:
9191
abort(
9292
406,
93-
"Peron with last name {lname} already exists".format(lname=lname),
93+
"Person with last name {lname} already exists".format(lname=lname),
9494
)
9595

9696

0 commit comments

Comments
 (0)