Skip to content

Commit 6488916

Browse files
authored
FIX: typo in text block
1 parent 28ca1d9 commit 6488916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

invokes/yakerize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! python3
22

3-
```
3+
"""
44
Yakerize.py was originally developed as part of the DiffCheck plugin by
55
Andrea Settimi, Damien Gilliard, Eleni Skevaki, Marirena Kladeftira (IBOIS, CRCL, EPFL) in 2024.
66
It is distributed under the MIT License, provided this attribution is retained.
7-
```
7+
"""
88

99
import os
1010
import sys

0 commit comments

Comments
 (0)