Documentation typo #nolog

This commit is contained in:
Miguel Grinberg
2023-03-21 00:32:22 +00:00
parent a350e8fd1e
commit eaf2ef62d1

View File

@@ -662,7 +662,7 @@ object for a file::
def index(request):
return send_file('/static/index.html')
A suggested caching duration can be returned to the client in the `max_age`
A suggested caching duration can be returned to the client in the ``max_age``
argument::
from microdot import send_file