From a6440a3fa67682b8b5ba91a5a57815ba494288bf Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 26 Jul 2003 05:47:11 +0000 Subject: [PATCH] Minor tweaks [SVN r19313] --- include/boost/python/indexing/vector_indexing_suite.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {...}; // // ... //