From 2c8c74903d20e0e52e358ce95af437a18f5fb495 Mon Sep 17 00:00:00 2001 From: wilfredinni Date: Mon, 22 Apr 2019 16:38:49 -0400 Subject: [PATCH] small typo on pycompat.py --- pysnooper/pycompat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysnooper/pycompat.py b/pysnooper/pycompat.py index cbff7ef..7bac236 100644 --- a/pysnooper/pycompat.py +++ b/pysnooper/pycompat.py @@ -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