From a9631796cf6d03946c6d1a72fba3cff554bd0f5c Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Fri, 29 Mar 2024 18:39:41 +0200 Subject: docstrings --- src/sliceitoff/screens/initials.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sliceitoff/screens/initials.py') diff --git a/src/sliceitoff/screens/initials.py b/src/sliceitoff/screens/initials.py index aadb141..334f515 100644 --- a/src/sliceitoff/screens/initials.py +++ b/src/sliceitoff/screens/initials.py @@ -1,6 +1,9 @@ +""" screens.initials - screen where input initials when one makes + to hiscores """ from text import TextPage def initials_screen(name): + """ initials_screen - screen where name is updating as user imputs """ return TextPage( f" New High Score!\n" f"\n" -- cgit v1.2.3