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/hiscores.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sliceitoff/screens/hiscores.py') diff --git a/src/sliceitoff/screens/hiscores.py b/src/sliceitoff/screens/hiscores.py index 74a0ee2..c73f0bf 100644 --- a/src/sliceitoff/screens/hiscores.py +++ b/src/sliceitoff/screens/hiscores.py @@ -1,6 +1,8 @@ +""" screens.hiscores - Defines how to display hiscore text on the screen """ from text import TextPage def hiscores_screen(score_text): + """ hiscores_screen - only ajustments to hiscore text """ return TextPage( score_text, font = 'lcd', -- cgit v1.2.3