Spaces:
Running
Running
Commit
·
12506e4
1
Parent(s):
15b45d6
Fix typo in limitations
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ with open('updated.txt') as f:
|
|
| 14 |
updated = f.read().strip()
|
| 15 |
|
| 16 |
limitations = '''**General Limitations**
|
| 17 |
-
- As new players make their debut, some names may
|
| 18 |
'''
|
| 19 |
|
| 20 |
if __name__ == '__main__':
|
|
|
|
| 14 |
updated = f.read().strip()
|
| 15 |
|
| 16 |
limitations = '''**General Limitations**
|
| 17 |
+
- As new players make their debut, some names may be missing or not translated/transliterated correctly.
|
| 18 |
'''
|
| 19 |
|
| 20 |
if __name__ == '__main__':
|