pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
490 stars 236 forks source link

Incorrect trailing comma in CacheLib usage example #257

Open matthewkogan opened 3 days ago

matthewkogan commented 3 days ago

On https://flask-session.readthedocs.io/en/latest/usage.html SESSION_CACHELIB = FileSystemCache(threshold=500, cache_dir="/sessions"), should not have a comma at the end of the line.