From 9c47cf337c595618dcac81efdefb8254e8ee2edf Mon Sep 17 00:00:00 2001
From: Frank Dana <ferdnyc@gmail.com>
Date: Fri, 22 Jul 2022 12:51:14 -0400
Subject: [PATCH] Fix scheme count in `sysconfig` whatsnew entry (GH-94110)

---
 Doc/whatsnew/3.11.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 9cfed1c29af..8b2cb90fb15 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -694,7 +694,7 @@ sys
 sysconfig
 ---------
 
-* Two new :ref:`installation schemes <installation_paths>`
+* Three new :ref:`installation schemes <installation_paths>`
   (*posix_venv*, *nt_venv* and *venv*) were added and are used when Python
   creates new virtual environments or when it is running from a virtual
   environment.
-- 
GitLab