From 0c7d9c0435eac739e0367ab639b7d2833fde3b5e Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 20:58:32 -0800 Subject: [PATCH] Small docstring update --- abp/graphstate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abp/graphstate.py b/abp/graphstate.py index 0db2d26..eb608c4 100755 --- a/abp/graphstate.py +++ b/abp/graphstate.py @@ -440,7 +440,7 @@ class GraphState(object): :param stringify: JSON keys must be strings, But sometimes it is useful to have a JSON-like object whose keys are tuples. - If you want to dump a graph do disk, do something like this:: + If you want to dump a graph to disk, do something like this:: >>> import json >>> with open("graph.json") as f: