Skip to content

Commit 167cbee

Browse files
Fixed issue for distribution.
1 parent f7f62c8 commit 167cbee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Usage
2121
-----
2222
Functional arrays are instantiated by passing it a shape and a function that
2323
must return each element of the matrix given the index of the element and a set
24-
of arguments. The given function must therefore obey the format fun(*index, *args).
24+
of arguments. The given function must therefore obey the format ``fun(*index, *args)``.
2525

2626
.. code-block:: python
2727

0 commit comments

Comments
 (0)