From a15cf7724ad5c0116c94da75825ed277a841e3ce Mon Sep 17 00:00:00 2001 From: wookie184 Date: Tue, 8 Apr 2025 19:56:09 +0100 Subject: [PATCH] Document peps.json post_history as nullable --- peps/api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/api/index.rst b/peps/api/index.rst index 4edabcdfedf..03cbc46d5be 100644 --- a/peps/api/index.rst +++ b/peps/api/index.rst @@ -20,7 +20,7 @@ The structure of each JSON object is as follows: "topic": "governance" | "packaging" | "release" | "typing" | "", "created": string, "python_version": string | null, - "post_history": string, + "post_history": string | null, "resolution": string | null, "requires": string | null, "replaces": string | null,