Skip to content

Commit 6a95510

Browse files
bmat8: fix doc typos
1 parent f455f95 commit 6a95510

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/bmat8.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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(
200200
Returns the degree of *self*.
201201
202202
This 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
224224
Returns a non-negative integer obtained by interpreting an 8 x 8 :any:`BMat8`
225225
as 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.

0 commit comments

Comments
 (0)