8000 docs: fix minor typo · drinkingjava/python-versioneer@cdbe0d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdbe0d5

Browse files
committed
docs: fix minor typo
1 parent b706dc6 commit cdbe0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
For users who work from a VCS-generated tarball (e.g. 'git archive'), it will
2020
compute a version number by looking at the name of the directory created when
21-
te tarball is unpacked. This conventionally includes both the name of the
21+
the tarball is unpacked. This conventionally includes both the name of the
2222
project and a version number.
2323
2424
For users who work from a tarball built by 'setup.py sdist', it will get a

versioneer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
For users who work from a VCS-generated tarball (e.g. 'git archive'), it will
2020
compute a version number by looking at the name of the directory created when
21-
te tarball is unpacked. This conventionally includes both the name of the
21+
the tarball is unpacked. This conventionally includes both the name of the
2222
project and a version number.
2323
2424
For users who work from a tarball built by 'setup.py sdist', it will get a

0 commit comments

Comments
 (0)
0