From b04779e4d0f8df9eb6fd8c04447401658c494044 2014-04-22 16:30:49 From: Thomas Kluyver Date: 2014-04-22 16:30:49 Subject: [PATCH] Fix non-ascii spaces in comment. Closes gh-5697 --- diff --git a/IPython/parallel/util.py b/IPython/parallel/util.py index 17ab32a..03e09b8 100644 --- a/IPython/parallel/util.py +++ b/IPython/parallel/util.py @@ -1,7 +1,7 @@ """Some generic utilities for dealing with classes, urls, and serialization.""" -# Copyright (c) IPython Development Team. -# Distributed under the terms of the Modified BSD License. +# Copyright (c) IPython Development Team. +# Distributed under the terms of the Modified BSD License. import logging import os