Skip to content

Commit

Permalink
see issue #26
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalieclaire committed Apr 24, 2023
1 parent 0bf9916 commit f80c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about/test_fileWriting.py
Expand Up @@ -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")

Expand Down

0 comments on commit f80c92d

Please sign in to comment.