Parcourir la source

Small docstring update

master
Pete Shadbolt il y a 7 ans
Parent
révision
0c7d9c0435
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      abp/graphstate.py

+ 1
- 1
abp/graphstate.py Voir le fichier

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


Chargement…
Annuler
Enregistrer