From ab8c67caaaf1eeaff1aa5e8d0c9b721887561384 Mon Sep 17 00:00:00 2001 From: Remigiusz Ungeheuer <2894066+remi147@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:08:39 +0100 Subject: [PATCH] Update shared_utils.py --- shared_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_utils.py b/shared_utils.py index a4be0cf..bb2cbca 100644 --- a/shared_utils.py +++ b/shared_utils.py @@ -16,7 +16,7 @@ A shared utility across the samples in this project for printing headers. ''' -def print_header(text): +def at print_header(text): ''' Prints a header containing the input text.