2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

Minor tweaks

[SVN r19313]
This commit is contained in:
Joel de Guzman
2003-07-26 05:47:11 +00:00
parent 2dece7ecaf
commit a6440a3fa6

View File

@@ -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 {...};
//
// ...
//