@@ -273,7 +273,7 @@ correctly:
273273==================
274274
275275This section outlines some of the library's major features. Except as
276- neccessary to avoid confusion, details of library implementation are
276+ necessary to avoid confusion, details of library implementation are
277277omitted.
278278
279279-------------------------------------------
@@ -537,7 +537,7 @@ This has two effects:
537537 called with an object wrapping a ``Derived`` instance. Wrapped
538538 member functions of class ``T`` are treated as though they have an
539539 implicit first argument of ``T&``, so these conversions are
540- neccessary to allow the base class methods to be called for derived
540+ necessary to allow the base class methods to be called for derived
541541 objects.
542542
543543Of course it's possible to derive new Python classes from wrapped C++
@@ -650,7 +650,7 @@ Things to notice about the dispatcher class:
650650 called on an object of type ``BaseWrap``, since it overrides ``f``.
651651
652652Admittedly, this formula is tedious to repeat, especially on a project
653- with many polymorphic classes; that it is neccessary reflects
653+ with many polymorphic classes; that it is necessary reflects
654654limitations in C++'s compile-time reflection capabilities. Several
655655efforts are underway to write front-ends for Boost.Python which can
656656generate these dispatchers (and other wrapping code) automatically.
0 commit comments