aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-10 08:04:48 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-10 08:04:48 +0100
commitba8725ee45b92d8ff00549e62215285094708555 (patch)
tree5571cef33e1e7eda568ddec47b77bb3435a40300 /pygithub3
parentResources tests (diff)
downloadpython-github3-ba8725ee45b92d8ff00549e62215285094708555.tar.xz
python-github3-ba8725ee45b92d8ff00549e62215285094708555.zip
Typo pep8
Diffstat (limited to '')
-rw-r--r--pygithub3/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py
index 3d68157..0841aec 100644
--- a/pygithub3/__init__.py
+++ b/pygithub3/__init__.py
@@ -4,6 +4,6 @@
__title__ = 'pygithub3'
__version__ = '0.1'
__author__ = 'David Medina'
-__email__= 'davidmedina9@gmail.com'
+__email__ = 'davidmedina9@gmail.com'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 David Medina'