Skip to content

Commit e9f4304

Browse files
author
Wenzel Jakob
committed
Merge pull request #19 from jakirkham/fix_pip_non_ascii_char_err
Change non-ASCII characters to ASCII
2 parents faaee1c + dc97833 commit e9f4304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
traditional extension modules by inferring type information using compile-time
4949
introspection.
5050
51-
The main issue with Boost.Pythonand the reason for creating such a similar
52-
projectis Boost. Boost is an enormously large and complex suite of utility
51+
The main issue with Boost.Python-and the reason for creating such a similar
52+
project-is Boost. Boost is an enormously large and complex suite of utility
5353
libraries that works with almost every C++ compiler in existence. This
5454
compatibility has its cost: arcane template tricks and workarounds are
5555
necessary to support the oldest and buggiest of compiler specimens. Now that

0 commit comments

Comments
 (0)