We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82b917 commit 3861740Copy full SHA for 3861740
specs/generators/src/docs/docs_page_md.py
@@ -66,7 +66,7 @@ def header_parameter_summary(self) -> str:
66
67
def document_payload(self) -> str:
68
"""Generate Payload Documentation."""
69
- if self._doc.draft and self._doc.payload.description == "":
+ if self._doc.draft and self._doc.payload.description == "":
70
return self.TODO_MSG
71
72
docs = self._doc.payload.description + "\n"
0 commit comments