Skip to content

Commit ee7fbf8

Browse files
committed
Fix sphinx tag in docstring
1 parent 63d6817 commit ee7fbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basilisp/test.lpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
(defn join-fixtures
104104
"Composes a collection of ``fixtures``, in order. Always returns a valid
105105
fixture function, even if the collection is empty.
106-
Prefer :lpy:macro`compose-fixtures` if fixtures are known at compile time."
106+
Prefer :lpy:fn:`compose-fixtures` if fixtures are known at compile time."
107107
[fixtures]
108108
(if (seq fixtures)
109109
(reduce #(compose-fixtures %1 %2) fixtures)

0 commit comments

Comments
 (0)