Skip to content

Commit cdb7223

Browse files
committed
Update README.md
1 parent 13b6803 commit cdb7223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if __name__ == '__main__':
100100

101101
### Reporting to a single file
102102

103-
````
103+
````python
104104
if __name__ == '__main__':
105105
with open('/path/to/results.xml', 'wb') as output:
106106
unittest.main(

0 commit comments

Comments
 (0)