PEP 326: Resolve uses of the default role (#3371)
This commit is contained in:
parent
0426040703
commit
2ea7e87926
|
@ -268,7 +268,7 @@ following problem [5]_:
|
||||||
and ``B``.
|
and ``B``.
|
||||||
|
|
||||||
Such an algorithm is a 7 line modification to the `DijkstraSP_table`_
|
Such an algorithm is a 7 line modification to the `DijkstraSP_table`_
|
||||||
algorithm given above (modified lines prefixed with `*`)::
|
algorithm given above (modified lines prefixed with ``*``)::
|
||||||
|
|
||||||
def DijkstraSP_table(graph, S, T):
|
def DijkstraSP_table(graph, S, T):
|
||||||
table = {} #3
|
table = {} #3
|
||||||
|
|
Loading…
Reference in New Issue