Fix the compatibility docstring

This commit is contained in:
Dave Halter
2020-07-02 02:03:34 +02:00
parent 9838040ca3
commit 782c561e86
12 changed files with 13 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
"""
To ensure compatibility from Python ``2.7`` - ``3.x``, a module has been
created. Clearly there is huge need to use conforming syntax.
This module is here to ensure compatibility of Windows/Linux/MacOS and
different Python versions.
"""
from __future__ import print_function
import errno