Skip to content

Commit

Permalink
Typo: Fix missing whitespace (#2053)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Eliachevitch <Michael.Eliachevitch@blueyonder.com>
  • Loading branch information
meliache and Michael Eliachevitch authored Aug 6, 2024
1 parent 1049ec6 commit f856d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Model customization:
Set class name of root model
--collapse-root-models
Models generated with a root-type field will be
mergedinto the models using that root-type model
merged into the models using that root-type model
--disable-appending-item-suffix
Disable appending `Item` suffix to model name in an
array
Expand Down
2 changes: 1 addition & 1 deletion datamodel_code_generator/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def start_section(self, heading: Optional[str]) -> None:
'--collapse-root-models',
action='store_true',
default=None,
help='Models generated with a root-type field will be merged'
help='Models generated with a root-type field will be merged '
'into the models using that root-type model',
)
model_options.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Model customization:
Set class name of root model
--collapse-root-models
Models generated with a root-type field will be
mergedinto the models using that root-type model
merged into the models using that root-type model
--disable-appending-item-suffix
Disable appending `Item` suffix to model name in an
array
Expand Down

0 comments on commit f856d13

Please sign in to comment.