From b14e586f16d746a6e165f63e774e2bed3b5dd32d Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Thu, 17 Aug 2023 16:33:28 +0200 Subject: [PATCH] #1093: Setting proper headline (h2) for GDPR section --- docs/3_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3_usage.rst b/docs/3_usage.rst index e5a2b29..cfd5a09 100644 --- a/docs/3_usage.rst +++ b/docs/3_usage.rst @@ -111,7 +111,7 @@ In your code, you can use the ``axes.utils.reset`` function. Data privacy and GDPR -^^^^^^^^^^^^^^^^^^^^^ +--------------------- Most European countries have quite strict laws regarding data protection and privacy. It's highly recommended and good practice to treat your sensitive user data with care. The general rule here is that you shouldn't store what you don't need.