From 25416413470d8e6630528626ee8b033d2d77ff46 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Mon, 19 Jan 2026 15:39:25 +0200 Subject: Fixed unbalanced parentheses in docs. --- docs/topics/http/sessions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/http') diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 6fb329dd9a..4cc5634780 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -448,7 +448,7 @@ serializing these values is often straightforward writing a decoder that can reliably get back the same thing that you put in is more fragile. For example, you run the risk of returning a ``datetime`` that was actually a string that just happened to be in the same format chosen for -``datetime``\s). +``datetime``\s. Your serializer class must implement two methods, ``dumps(self, obj)`` and ``loads(self, data)``, to serialize and deserialize -- cgit v1.3