PEP 326: Resolve uses of the default role (#3371)

This commit is contained in:
Adam Turner 2023-09-01 20:19:15 +01:00 committed by GitHub
parent 0426040703
commit 2ea7e87926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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