Skip to content

Commit

Permalink
fixing typo on doc/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Jun 5, 2019
1 parent 4cf0749 commit 599f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

with open('../pyros-setup/_version.py') as vf:
with open('../pyros_setup/_version.py') as vf:
exec(vf.read())

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 599f810

Please sign in to comment.