From 17e611808e8490a4a5530db0a5e9040a7f33ae2f Mon Sep 17 00:00:00 2001 From: ANUROOP Date: Tue, 27 Jan 2026 19:14:28 +0530 Subject: [PATCH] Clarify data correctness explanation in quickstart Rephrase text for clarity regarding data correctness issues. --- docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 712ba9779f..7fc3932b1f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -801,8 +801,8 @@ Logging .. versionadded:: 0.3 -Sometimes you might be in a situation where you deal with data that -should be correct, but actually is not. For example you may have +Sometimes you may encounter a situation where you deal with data that should be correct, +but is not.For example you may have some client-side code that sends an HTTP request to the server but it's obviously malformed. This might be caused by a user tampering with the data, or the client code failing. Most of the time it's okay