@@ -247,7 +247,7 @@ <h4><a name="class_-spec-synopsis"></a>Class template <code>class_</code>
247247namespace boost { namespace python
248248{
249249 template <class T
250- < font color ="#007F00 "> , class Bases = bases<>
250+ < font color ="#007F00 "> , class Bases = bases<>
251251 , class HeldType = T
252252 , class NonCopyable = < i > unspecified</ i >
253253 >
@@ -319,7 +319,7 @@ <h4><a name="class_-spec-ctors"></a>Class template <code>class_</code>
319319</ pre >
320320
321321 < dl class ="function-semantics ">
322- < dt > < b > Requires:</ b > < code > name</ code > is a < a href =
322+ < dt > < b > Requires:</ b > < code > name</ code > is an < a href =
323323 "definitions.html#ntbs "> ntbs</ a > which conforms to Python's < a href =
324324 "http://www.python.org/doc/current/ref/identifiers.html "> identifier
325325 naming rules</ a > . If < code > docstring</ code > is supplied, it must be an
@@ -404,7 +404,7 @@ <h4><a name="class_-spec-modifiers"></a>Class template
404404</ pre >
405405
406406 < dl class ="function-semantics ">
407- < dt > < b > Requires:</ b > < code > name</ code > is a < a href =
407+ < dt > < b > Requires:</ b > < code > name</ code > is an < a href =
408408 "definitions.html#ntbs "> ntbs</ a > which conforms to Python's < a href =
409409 "http://www.python.org/doc/current/ref/identifiers.html "> identifier
410410 naming rules</ a > .</ dt >
@@ -414,8 +414,9 @@ <h4><a name="class_-spec-modifiers"></a>Class template
414414 < li >
415415 If < code > a1</ code > is the result of an < a href =
416416 "OverloadDispatch.html "> < em > overload-dispatch-expression</ em > </ a > ,
417- only the second is allowed and fn must be a pointer to [member]
418- function whose signature is compatible with A1.
417+ only the second is allowed and fn must be a pointer to
418+ function or pointer to member function whose signature is
419+ compatible with A1.
419420
420421 < dl >
421422 < dt > < b > Effects:</ b > For each < a href =
@@ -526,8 +527,8 @@ <h4><a name="class_-spec-modifiers"></a>Class template
526527</ pre >
527528
528529 < dl class ="function-semantics ">
529- < dt > < b > Requires:</ b > < code > name</ code > is a ntbs which conforms to
530- Python's < a href =
530+ < dt > < b > Requires:</ b > < code > name</ code > is an < a href =
531+ " definitions.html#ntbs " > ntbs </ a > which conforms to Python's < a href =
531532 "http://www.python.org/doc/current/ref/identifiers.html "> identifier
532533 naming rules</ a > .</ dt >
533534
@@ -554,8 +555,8 @@ <h4><a name="class_-spec-modifiers"></a>Class template
554555</ pre >
555556
556557 < dl class ="function-semantics ">
557- < dt > < b > Requires:</ b > < code > name</ code > is a ntbs which conforms to
558- Python's < a href =
558+ < dt > < b > Requires:</ b > < code > name</ code > is an < a href =
559+ " definitions.html#ntbs " > ntbs </ a > which conforms to Python's < a href =
559560 "http://www.python.org/doc/current/ref/identifiers.html "> identifier
560561 naming rules</ a > .</ dt >
561562
@@ -580,8 +581,8 @@ <h4><a name="class_-spec-modifiers"></a>Class template
580581</ pre >
581582
582583 < dl class ="function-semantics ">
583- < dt > < b > Requires:</ b > < code > name</ code > is a ntbs which conforms to
584- Python's < a href =
584+ < dt > < b > Requires:</ b > < code > name</ code > is an < a href =
585+ " definitions.html#ntbs " > ntbs </ a > which conforms to Python's < a href =
585586 "http://www.python.org/doc/current/ref/identifiers.html "> identifier
586587 naming rules</ a > .</ dt >
587588
@@ -733,7 +734,7 @@ <h4><a name="init-spec-observers"></a>Class template <code>init</code>
733734 < dt > < b > Effects:</ b > Returns a new < a href =
734735 "#init-expressions "> < em > init-expression</ em > </ a > with all the same
735736 properties as the < code > init</ code > object except that its
736- < em > callpolicies </ em > are replaced by a reference to
737+ < em > call policies </ em > are replaced by a reference to
737738 < code > policies</ code > .</ dt >
738739 </ dl >
739740
@@ -750,8 +751,8 @@ <h4><a name="init-expressions"><em>init-expressions</em></a></h4>
750751
751752 < dt > < b > keywords:</ b > A < a href =
752753 "args.html#keyword-expression "> keyword-expression</ a > which will be
753- used to name (a trailing subsequence of) the arguments to the generated
754- < code > __init__</ code > function(s).</ dt >
754+ used to name (a trailing subsequence of) the arguments to the
755+ generated < code > __init__</ code > function(s).</ dt >
755756
756757 < dt > < b > call policies:</ b > An instance of a model of < a href =
757758 "CallPolicies.html "> CallPolicies</ a > .</ dt >
0 commit comments