From ebd1c677a3a1f98c2a3bc36f9004c1cefcaaf62d Mon Sep 17 00:00:00 2001 From: Piotr Machura Date: Sat, 5 Sep 2020 22:20:00 +0000 Subject: [PATCH] Small change --- collatz/main.py | 2 +- tictactoe/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collatz/main.py b/collatz/main.py index c8722db..8e11a73 100644 --- a/collatz/main.py +++ b/collatz/main.py @@ -1,4 +1,4 @@ -"""This is the __main__ module.""" +"""This is the `__main__` module.""" import sys import os from PyQt5 import QtWidgets, QtGui diff --git a/tictactoe/main.py b/tictactoe/main.py index b3b43c4..92cd27f 100644 --- a/tictactoe/main.py +++ b/tictactoe/main.py @@ -1,4 +1,4 @@ -"""This is the __main__ module.""" +"""This is the `__main__` module.""" import random from game import print_board, input_position, check_win -- 2.38.5