Skip to content

Commit 18c4cac

Browse files
authored
Meta: Document post_history as nullable in peps.json (#4354)
1 parent 56768d6 commit 18c4cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The structure of each JSON object is as follows:
2020
"topic": "governance" | "packaging" | "release" | "typing" | "",
2121
"created": string,
2222
"python_version": string | null,
23-
"post_history": string,
23+
"post_history": string | null,
2424
"resolution": string | null,
2525
"requires": string | null,
2626
"replaces": string | null,

0 commit comments

Comments
 (0)