From eac469a5c04bb77a67d6bf06b76d5f82b2d76419 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 23 Dec 2023 10:51:26 -0300 Subject: [PATCH] we call it unstable in the changelog and not experimental (#10040) let's be consistent --- docs/x509/verification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/x509/verification.rst b/docs/x509/verification.rst index 9a4ef69384e5..9524a79f29d3 100644 --- a/docs/x509/verification.rst +++ b/docs/x509/verification.rst @@ -9,7 +9,7 @@ Support for X.509 certificate verification, also known as path validation or chain building. .. note:: - While usable, these APIs should be considered experimental and not yet + While usable, these APIs should be considered unstable and not yet subject to our backwards compatibility policy. Example usage, with `certifi `_ providing