Skip to content

Commit

Permalink
Typo: Fix missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Eliachevitch authored and Michael Eliachevitch committed Aug 2, 2024
1 parent e4fa23a commit d9b0303
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 d9b0303

Please sign in to comment.