File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,6 @@ Sets the number of letters in a :any:`WordRange` object to *n*.
395
395
:returns: A reference to ``self``.
396
396
:rtype: WordRange
397
397
)pbdoc" );
398
- // TODO(now) make this link to order when it exists.
399
398
thing1.def (
400
399
" order" ,
401
400
[](WordRange const & self) { return self.order (); },
@@ -405,7 +404,7 @@ The current order of the words in the range.
405
404
Returns the current order of the words in a :any:`WordRange` object.
406
405
407
406
:returns: The current order.
408
- :rtype: order
407
+ :rtype: Order
409
408
)pbdoc" );
410
409
thing1.def (
411
410
" order" ,
@@ -477,7 +476,7 @@ Returns whether or not the settings have been changed since the last time either
477
476
Other than by calling :any:`WordRange.next()` , the value returned by :any:`WordRange.get()` may be
478
477
altered by a call to one of the following:
479
478
480
- * ``order(order )``
479
+ * ``order(Order )``
481
480
* ``alphabet_size(int)``
482
481
* ``min(int)``
483
482
* ``max(int)``
@@ -816,7 +815,7 @@ The current order of the strings in the range.
816
815
Returns the current order of the strings in a :any:`StringRange` object.
817
816
818
817
:returns: The current order.
819
- :rtype: order
818
+ :rtype: Order
820
819
)pbdoc" );
821
820
thing2.def (
822
821
" order" ,
@@ -830,7 +829,7 @@ Set the order of the strings in the range.
830
829
Sets the order of the strings in a :any:`StringRange` object to *val*.
831
830
832
831
:param val: the order.
833
- :type val: order
832
+ :type val: Order
834
833
835
834
:returns: A reference to ``self``.
836
835
:rtype: StringRange
You can’t perform that action at this time.
0 commit comments