diff options
Diffstat (limited to 'doc/examples/depcache.py')
| -rw-r--r-- | doc/examples/depcache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/depcache.py b/doc/examples/depcache.py index 919de603..8e33e98b 100644 --- a/doc/examples/depcache.py +++ b/doc/examples/depcache.py @@ -31,7 +31,7 @@ depcache.init(progress) # get a canidate version -ver= depcache.get_candidate_ver(iter) +ver = depcache.get_candidate_ver(iter) print "Candidate version: %s " % ver print "\n\nQuerry interface" |
