patrickramos commited on
Commit
12506e4
·
1 Parent(s): 15b45d6

Fix typo in limitations

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 not be missing or translated/transliterated correctly.
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__':