small typo on pycompat.py

This commit is contained in:
wilfredinni 2019-04-22 16:38:49 -04:00 committed by Ram Rachum
parent b8e7ba3060
commit 2c8c74903d

View file

@ -1,6 +1,6 @@
# Copyright 2019 Ram Rachum.
# This program is distributed under the MIT license.
'''Python 2/3 compatibilty'''
'''Python 2/3 compatibility'''
import abc
import os