Skip to content

Commit e781d29

Browse files
Merge pull request #241 from gustavo-depaula/gu/fix-readme
docs: fix readme typo
2 parents fe4659b + 834f527 commit e781d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Usage with Schematics_ Enums:
401401
from choicesenum import ChoicesEnum
402402
from choicesenum.schematics.types import ChoicesEnumType
403403
404-
class HttpStatus(ChoicesEnum):
404+
class HttpStatuses(ChoicesEnum):
405405
OK = 200
406406
BAD_REQUEST = 400
407407
UNAUTHORIZED = 401

0 commit comments

Comments
 (0)