Skip to content

Commit a15cf77

Browse files
authored
Document peps.json post_history as nullable
1 parent 56768d6 commit a15cf77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)