From 2a90978e86a22ff616ad1554a37f1be1fae258c2 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Thu, 23 May 2024 17:11:23 +1000 Subject: [PATCH] Fix typo --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5b2cecd..70a775a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,8 +28,8 @@ beta release cycle, there have been no subsequent changes to ``contextlib``) The module makes use of positional-only argument syntax in several call signatures, so the oldest supported Python version is Python 3.8. -This module may also be used a proving ground for new features not yet part of -the standard library. There are currently no such features in the module. +This module may also be used as a proving ground for new features not yet part +of the standard library. There are currently no such features in the module. Finally, this module contains some deprecated APIs which never graduated to standard library inclusion. These interfaces are no longer documented, but may