Out of date docs

This commit is contained in:
Michael Lazar 2019-09-23 09:28:05 -04:00
parent 7e4af15a72
commit 57e1bbee62
1 changed files with 3 additions and 3 deletions

View File

@ -193,9 +193,9 @@ class StaticDirectoryApplication(JetforceApplication):
""" """
Serve a static directory over Gemini. Serve a static directory over Gemini.
If a directory contains a hidden file with the name ".gemini", that file If a directory contains a file with the name "index.gmi", that file will
will be returned when the directory path is requested. Otherwise, a be returned when the directory path is requested. Otherwise, a directory
directory listing will be auto-generated. listing will be auto-generated.
""" """
def __init__( def __init__(