From e35b1e9549b2d87d3bddd789a5a38b44ad12f15b Mon Sep 17 00:00:00 2001 From: Cheri Dawn Date: Tue, 21 May 2024 23:44:47 +0300 Subject: [PATCH] man. --- setage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setage.py b/setage.py index a76583f..74cd9c1 100755 --- a/setage.py +++ b/setage.py @@ -467,7 +467,7 @@ if __name__ == "__main__": print( f"Sorry, this is only usable with python 3.11 as of {__version__}") exit(1) - print("WARNING: It's a prototype. Beware of bugs. Report them") + print("WARNING: It's a prototype. Beware of bugs. Report them.") parser = ArgumentParser( description="SETAGE, the Simple Extensible Text Adventure Game Engine") parser.add_argument("file", nargs="?", default="manifest.setage",