We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
properties.Class
1 parent fed62b0 commit d457227Copy full SHA for d457227
openapi_python_client/parser/properties/schemas.py
@@ -31,7 +31,7 @@ def parse_reference_path(ref_path_raw: str) -> Union[_ReferencePath, ParseError]
31
32
@attr.s(auto_attribs=True, frozen=True)
33
class Class:
34
- """ Info about a generated class which will be in models """
+ """ Represents Python class which will be generated from an OpenAPI schema """
35
36
name: _ClassName
37
module_name: str
0 commit comments