Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 29, 2024
1 parent 72c8746 commit d9cb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
for line in f:
if line.startswith("VERSION ="):
start = line.find("=") + 1
version = line[start:].strip().strip('"')
release = line[start:].strip().strip('"')
break

# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit d9cb114

Please sign in to comment.