diff --git a/include/boost/python/indexing/vector_indexing_suite.hpp b/include/boost/python/indexing/vector_indexing_suite.hpp index cd77e743..76cb7532 100644 --- a/include/boost/python/indexing/vector_indexing_suite.hpp +++ b/include/boost/python/indexing/vector_indexing_suite.hpp @@ -29,7 +29,7 @@ namespace boost { namespace python { // all the policies required by the indexing_suite (see indexing_suite). // Example usage: // - // class X {...} + // class X {...}; // // ... //