File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,13 +195,13 @@ lists in *rows*.
195195:raises LibsemigroupsError: if the rows of *rows* are not all of the same length.
196196
197197:complexity: Constant.)pbdoc" );
198- thing. def (
199- " degree" , [](BMat8 const & self) { return 8 ; }, R"pbdoc(
198+
199+ thing. def ( " degree" , [](BMat8 const & self) { return 8 ; }, R"pbdoc(
200200Returns the degree of *self*.
201201
202202This function always returns ``8``.
203203
204- :returns: The degree of the matrisx , ``8``.
204+ :returns: The degree of the matrix , ``8``.
205205:rtype: int
206206)pbdoc" );
207207
@@ -223,7 +223,7 @@ Returns the integer representation of a :any:`BMat8`.
223223
224224Returns a non-negative integer obtained by interpreting an 8 x 8 :any:`BMat8`
225225as a sequence of 64 bits (reading rows left to right, from top to bottom) and
226- then realising this sequence as an unsigned int .
226+ then realising this sequence as an integer .
227227
228228:returns:
229229 The integer value of the matrix.
You can’t perform that action at this time.
0 commit comments