readability tweaks

This commit is contained in:
Rui Carmo 2021-04-12 21:17:03 +01:00 committed by GitHub
parent d7c7d62c0d
commit eda804bfec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,8 @@ Somewhat to my surprise it was considered useful by quite a few people throughou
## Requirements
Python 2.x : The script imapbackup.py should work on Python 2.5 or above without any extra dependencies whatsoever.
Python 3.x : The script imapbackup38.py requires on python 3.8 and above.
Python 2.x : `imapbackup.py` should work on Python 2.5 or any other 2.x version without any extra dependencies whatsoever.
Python 3.x : `imapbackup38.py` requires python 3.8 and above.
## Contributing