Skip to content

Commit 77db66d

Browse files
committed
Fix docstring failure.
Ref: #8 (comment)
1 parent f28bd62 commit 77db66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partitions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ end
344344
# return Int(best) # could overflow, but best to have predictable return type
345345
#end
346346

347-
"""
347+
doc"""
348348
Previous integer not greater than `n` that can be written as $\prod k_i^{p_i}$ for integers $p_1$, $p_2$, etc.
349349
350350
For a list of integers i1, i2, i3, find the largest

0 commit comments

Comments
 (0)