From 46fe125c33dee427b8d20e63597bab87e83a5cad Mon Sep 17 00:00:00 2001 From: rusty1s Date: Thu, 24 Jan 2019 10:20:27 +0100 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c681b44..da8a2e8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='torch_spline_conv', version=__version__, - description=('Implementation of the Spline-Based Convolution Operator of' + description=('Implementation of the Spline-Based Convolution Operator of ' 'SplineCNN in PyTorch'), author='Matthias Fey', author_email='matthias.fey@tu-dortmund.de',