Skip to content

Commit 04c997e

Browse files
committed
docs: tweak new README entry
1 parent cafbf43 commit 04c997e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,7 @@ package_name_override: my_extra_special_package_name
127127

128128
### field_prefix
129129

130-
When generating properties, the `name` attribute of the OpenAPI schema will be used. When the `name` is not a valid
131-
Python identifier (e.g. begins with a number) this string will be prepended. Defaults to "field\_".
132-
It will also be used to prefix fields in schema starting with "_" in order to avoid
133-
ambigous semantics.
130+
When generating properties, the `name` attribute of the OpenAPI schema will be used. When the `name` is not a valid Python identifier (e.g. begins with a number) this string will be prepended. Defaults to "field\_". It will also be used to prefix fields in schema starting with "_" in order to avoid ambiguous semantics.
134131

135132
Example:
136133

0 commit comments

Comments
 (0)