Fixed inaccurate comment in spec.py

This commit is contained in:
Gregory Becker 2015-08-25 16:31:09 -07:00
parent ce8df65d7b
commit 9345e78779

View File

@ -642,7 +642,6 @@ def prefix(self):
def dag_hash(self, length=None):
"""
Return a hash of the entire spec DAG, including connectivity.
Stores the hash iff the spec is concrete.
"""
yaml_text = yaml.dump(
self.to_node_dict(), default_flow_style=True, width=sys.maxint)