Skip to content

Commit 6488916

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

invokes/yakerize.py

Lines changed: 2 additions & 2 deletions
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)