diff --git a/App/model.py b/App/model.py index 3994b61..03d732b 100644 --- a/App/model.py +++ b/App/model.py @@ -53,11 +53,11 @@ def newAnalyzer(): """ try: analyzer = { - 'stops': None, - 'connections': None, - 'components': None, - 'paths': None - } + 'stops': None, + 'connections': None, + 'components': None, + 'paths': None + } analyzer['stops'] = m.newMap(numelements=14000, maptype='PROBING', diff --git a/DISClib/ADT/graph.py b/DISClib/ADT/graph.py index 263dbed..a3a203a 100644 --- a/DISClib/ADT/graph.py +++ b/DISClib/ADT/graph.py @@ -220,7 +220,7 @@ def addEdge(graph, vertexa, vertexb, weight=0): graph: El grafo sobre el que se ejecuta la operacion vertexa: Vertice de inicio vertexb: Vertice de destino - wight: peso del arco + weight: peso del arco Returns: El grafo con el nuevo arco