Skip to content

Commit

Permalink
s/modal/model/
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hoherd committed Sep 25, 2019
1 parent 4a9dce6 commit e34efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_restplus/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def clone(self, name, *specs):

def inherit(self, name, *specs):
'''
Inherit a modal (use the Swagger composition pattern aka. allOf)
Inherit a model (use the Swagger composition pattern aka. allOf)
.. seealso:: :meth:`Model.inherit`
'''
Expand Down

0 comments on commit e34efb2

Please sign in to comment.