File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -459,13 +459,11 @@ def shape(self):
459
459
Returns
460
460
-------
461
461
:ref:`shape-like object <lang-shapelike>`
462
-
463
- ..
464
- TODO: while this is documented as returning a shape-like object, in practice we
465
- guarantee that this is a concrete Shape. it's unclear whether we will ever want to
466
- return a shape-catable object here, but there is not much harm in stating a relaxed
467
- contract, as it can always be tightened later, but not vice-versa
468
462
"""
463
+ # TODO: while this is documented as returning a shape-like object, in practice we
464
+ # guarantee that this is a concrete Shape. it's unclear whether we will ever want to
465
+ # return a shape-catable object here, but there is not much harm in stating a relaxed
466
+ # contract, as it can always be tightened later, but not vice-versa
469
467
pass # :nocov:
470
468
471
469
def as_unsigned (self ):
@@ -853,7 +851,7 @@ def __rxor__(self, other):
853
851
return Operator ("^" , [other , self ])
854
852
855
853
def xor (self ):
856
- """Reduction XOR; is an odd amount of bits :pc:`1`?
854
+ """Reduction XOR; are an odd amount of bits :pc:`1`?
857
855
858
856
Returns
859
857
-------
You can’t perform that action at this time.
0 commit comments