We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44fd99 commit d9817c4Copy full SHA for d9817c4
docs/source/reference/storage.rst
@@ -1,7 +1,7 @@
1
2
Storage
3
=======
4
-Storage can be access using ``django.contrib.message.get_messages`` method.
+Storage can be accessed using ``django.contrib.message.get_messages`` method.
5
For example:
6
7
.. code-block:: python
@@ -49,7 +49,7 @@ Attributes
49
Python Access
50
~~~~~~~~~~~~~~
51
52
-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**.
53
All access via those interfaces is for **unread messages**, and some of them also **mark them as read**.
54
55
+-------------------------------+------+---------------------------------------------------+
0 commit comments