Skip to content

Commit 01c1420

Browse files
doc: minor fixes
1 parent cec607e commit 01c1420

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/data-structures/to-function.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
.. currentmodule:: libsemigroups_pybind11
99

10+
.. |br| raw:: html
11+
12+
<br />
13+
1014
The ``to`` function
1115
===================
1216

@@ -26,6 +30,7 @@ A summary of the possible conversions available in ``libsemigroups_pybind11`` of
2630
:align: center
2731
:alt: A table containing the possible conversions of libsemigroups_pybind11 types.
2832

33+
|br|
2934
A tick indicates that this conversion is implemented, and a cross that it is not
3035
yet implemented.
3136

src/libsemigroups_pybind11/to.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _nice_name(type_list):
8888

8989

9090
def to(*args, rtype: tuple):
91-
"""Convert from one type of `libsemigroups` object to another
91+
"""Convert from one type of ``libsemigroups_pybind11`` object to another.
9292
9393
This function converts the the arguments specified in *args* to object of
9494
type *rtype*.

0 commit comments

Comments
 (0)