diff --git a/src/AlgebraicPetri.jl b/src/AlgebraicPetri.jl index 5a4a2791..502e315a 100644 --- a/src/AlgebraicPetri.jl +++ b/src/AlgebraicPetri.jl @@ -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`. """