typo: vlaues -> values (#2147)

This commit is contained in:
George Hartzell 2016-10-26 17:51:01 -07:00 committed by Todd Gamblin
parent 3895c974a0
commit e652a32f05

View File

@ -856,7 +856,7 @@ def traverse_with_deptype(self, visited=None, d=0, deptype=None,
children in the dependency DAG.
cover [=nodes|edges|paths]
Determines how extensively to cover the dag. Possible vlaues:
Determines how extensively to cover the dag. Possible values:
'nodes': Visit each node in the dag only once. Every node
yielded by this function will be unique.