Skip to content

Commit

Permalink
Fix 2 storage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
TBG1998 committed Apr 4, 2022
1 parent 4608083 commit 3f279e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The storage functionality can be used to store information locally or globally b
.. _topics-base-storage:

BaseStorage
=============
===========

BaseStorage is the interface of the storage class that defines how an implemented storage should behave. The main methods are the following:

Expand All @@ -30,7 +30,7 @@ BaseStorage is the interface of the storage class that defines how an implemente
.. _topics-in-memory-storage:

InMemoryStorage
=============
===============

The InMemoryStorage is designed to allow the storage of cookies on a local file. If the COOKIES_PERSISTENCE constant is set to true in the settings of the project, the cookies are saved to a file and loaded from it on demand.

Expand Down

0 comments on commit 3f279e8

Please sign in to comment.