Merge pull request #436 from yuanchen8911/fix

Make addword.py work with all python3.* versions
pull/437/head
Yuan Chen 8 months ago committed by GitHub
commit 4d9c22916e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
#!/usr/bin/env python3.8
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
Create the description for a word to be added to the word list

Loading…
Cancel
Save