docs: fix minor typo (#36216)

This commit is contained in:
Robert Raposa
2025-03-31 09:23:42 -04:00
committed by GitHub
parent bcaa79cc38
commit e5cafb6cc0

View File

@@ -9,7 +9,7 @@ To enable this feature, set in a settings.py:
This was taken from StackOverflow (http://stackoverflow.com/questions/14830669/how-to-expire-django-session-in-5minutes)
If left unset, session expiration will be handled by Django's SESSION_COOKIE_AGE,
which defauts to 1209600 (2 weeks, in seconds).
which defaults to 1209600 (2 weeks, in seconds).
"""