From 5fa4812be11d36046b5f57518555115751e2e929 Mon Sep 17 00:00:00 2001 From: Bryan Tower Date: Tue, 25 Aug 2020 12:33:03 -0700 Subject: [PATCH] Fixing document string to match implementation replaced 'simple' with 'single' to match code. --- topologic/io/csv_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topologic/io/csv_loader.py b/topologic/io/csv_loader.py index decb913..a2f07fc 100644 --- a/topologic/io/csv_loader.py +++ b/topologic/io/csv_loader.py @@ -150,7 +150,7 @@ def from_file( be stored for any vertex if it is not detected in the graph already; if there are no edges to or from VertexA, there will be no metadata retained for VertexA. - - "simple" iterates through the file from top to bottom; any vertex that had already captured metadata through + - "single" iterates through the file from top to bottom; any vertex that had already captured metadata through the vertex metadata projection process will be overwritten with the newest metadata corresponding with that vertex. - "collection" iterates through the file from top to bottom; all new metadata detected for a given vertex will