Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 2, 2014
1 parent 58de32b commit 30b09fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Expand Up @@ -172,7 +172,8 @@ def latest_release_tag():

if release_tags:
return release_tags[-1]
else return ''
else:
return ''


def latest_release_version():
Expand Down

0 comments on commit 30b09fd

Please sign in to comment.