Skip to content

Commit

Permalink
Fix docstring for pathtracker
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme committed Nov 28, 2018
1 parent f3e9ec4 commit 0cf77bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/path_tracking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include("path_tracking/tracking.jl")
"""
pathtracker_startsolutions(args...; kwargs...)
Construct a [`PathTracking.PathTracker`](@ref) and `startsolutions` in the same way [`solve`](@ref)
Construct a [`PathTracking.PathTracker`](@ref) and `startsolutions` in the same way `solve`
does it. This also takes the same input arguments as `solve`. This is convenient if you want
to investigate single paths.
"""
Expand All @@ -24,8 +24,8 @@ end
"""
pathtracker(args...; kwargs...)
Construct a [`PathTracking.PathTracker`](@ref) in the same way [`solve`](@ref)
does it. This als0 takes the same input arguments as [`solve`](@ref). This is convenient if you want
Construct a [`PathTracking.PathTracker`](@ref) in the same way `solve`
does it. This als0 takes the same input arguments as `solve`. This is convenient if you want
to investigate single paths.
"""
function pathtracker(args...; kwargs...)
Expand Down

0 comments on commit 0cf77bf

Please sign in to comment.