Skip to content

Commit

Permalink
clarify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
slwu89 authored and mehalter committed Aug 28, 2023
1 parent 8cc268a commit 3e26195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AlgebraicPetri.jl
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ valueat(f::Function, u, t) =
end

""" induced_subnet(p::T, t)
Return the induced subnet consisting of the transition `t`, all input
Return the induced subnet consisting of the transition(s) in `t`, all input
places and input arcs, and all output places and output arcs. The returned
object will be of the same type as `p`.
"""
Expand Down

0 comments on commit 3e26195

Please sign in to comment.