Skip to content

Commit

Permalink
Fix small typo (mementum#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamuelaFranco authored Jul 3, 2020
1 parent 9118556 commit 153b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
with open(os.path.join(pname, vname)) as f:
exec(compile(f.read(), vname, 'exec'))

# Generate linkes
# Generate links
gurl = 'https://github.com/mementum/' + pname
gdurl = gurl + '/tarball/' + __version__

Expand Down

0 comments on commit 153b33f

Please sign in to comment.