Skip to content

Commit d457227

Browse files
authored
docs: Improve properties.Class docstring
1 parent fed62b0 commit d457227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openapi_python_client/parser/properties/schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def parse_reference_path(ref_path_raw: str) -> Union[_ReferencePath, ParseError]
3131

3232
@attr.s(auto_attribs=True, frozen=True)
3333
class Class:
34-
""" Info about a generated class which will be in models """
34+
""" Represents Python class which will be generated from an OpenAPI schema """
3535

3636
name: _ClassName
3737
module_name: str

0 commit comments

Comments
 (0)