From d9817c40be4a76581a48a496bf7a9fbf4ca2cd4b Mon Sep 17 00:00:00 2001 From: Mike Royal Date: Sun, 10 Mar 2024 14:23:25 -0500 Subject: [PATCH] Update grammar in docs (#22) --- docs/source/reference/storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/storage.rst b/docs/source/reference/storage.rst index 84c7d2b..e8a545e 100644 --- a/docs/source/reference/storage.rst +++ b/docs/source/reference/storage.rst @@ -1,7 +1,7 @@ Storage ======= -Storage can be access using ``django.contrib.message.get_messages`` method. +Storage can be accessed using ``django.contrib.message.get_messages`` method. For example: .. code-block:: python @@ -49,7 +49,7 @@ Attributes Python Access ~~~~~~~~~~~~~~ -Storage object provide many syntax based access that is similar to other **Python collections**. +The storage object provide many syntax based access that is similar to other **Python collections**. All access via those interfaces is for **unread messages**, and some of them also **mark them as read**. +-------------------------------+------+---------------------------------------------------+