Skip to content

Commit 3861740

Browse files
committed
fix
1 parent a82b917 commit 3861740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/generators/src/docs/docs_page_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def header_parameter_summary(self) -> str:
6666

6767
def document_payload(self) -> str:
6868
"""Generate Payload Documentation."""
69-
if self._doc.draft and self._doc.payload.description == "":
69+
if self._doc.draft and self._doc.payload.description == "":
7070
return self.TODO_MSG
7171

7272
docs = self._doc.payload.description + "\n"

0 commit comments

Comments
 (0)