You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The all_shortest_paths() docs describe the vpath and epath components in the return value, but this function actually returns vpaths and epaths (not plural).
I'm not sure what the best way is to deal with cases like this, when several related functions share a doc page. @maelle ?
The text was updated successfully, but these errors were encountered:
The
all_shortest_paths()
docs describe thevpath
andepath
components in the return value, but this function actually returnsvpaths
andepaths
(not plural).I'm not sure what the best way is to deal with cases like this, when several related functions share a doc page. @maelle ?
The text was updated successfully, but these errors were encountered: