Skip to content

Commit 4844577

Browse files
committed
fixed typo
1 parent ef8f018 commit 4844577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py4web/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ def install_args(kwargs, reinstall_apps=False): # pylint: disable=too-many-stat
18541854
with open(session_secret_filename, "r", encoding="utf8") as fp:
18551855
Session.SECRET = fp.read()
18561856

1857-
# after everything is etup but before installing apps, init
1857+
# after everything is setup but before installing apps, init
18581858
error_logger.initialize()
18591859

18601860
# Reinstall apps from zipped ones in assets

0 commit comments

Comments
 (0)