diff --git a/src/example_code.py b/src/example_code.py index ed575cb..f4ad72b 100644 --- a/src/example_code.py +++ b/src/example_code.py @@ -1,10 +1,10 @@ def main(): print('=' * 20) print('=' * 20) - print('OCTOPUS - Only Cats Tear Out Pieces Of Setee') + print('OCTOPUS - Onboarding & Collaborative Tutorial for Open-source Projects Utilised in Science') print('=' * 20) print('=' * 20) if __name__ == '__main__': - main() \ No newline at end of file + main()