From 07de0d8627101be53986e841cd4e21ee38c2498a Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 4 Jan 2017 15:17:18 +0100 Subject: [PATCH] removed mdash characters from setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5213ee33e..a25f1af40 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ Boost.Python by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. -The main issue with Boost.Python—and the reason for creating such a similar -project—is Boost. Boost is an enormously large and complex suite of utility +The main issue with Boost.Python-and the reason for creating such a similar +project-is Boost. Boost is an enormously large and complex suite of utility libraries that works with almost every C++ compiler in existence. This compatibility has its cost: arcane template tricks and workarounds are necessary to support the oldest and buggiest of compiler specimens. Now that