diff --git a/about/test_fileWriting.py b/about/test_fileWriting.py index 1bf7f41..1d79353 100644 --- a/about/test_fileWriting.py +++ b/about/test_fileWriting.py @@ -4,7 +4,7 @@ class MyTestCase(unittest.TestCase): def test_fileWriter(self): - # creating a temporary File and writing in it + # creating a temporary file and writing in it with open('testFile.txt', 'w') as temp_file: temp_file.write("this is a test")