Skip to content

Commit f7496a5

Browse files
authored
Merge pull request #650 from kitterma/patch-1
Fix typo in history.rst
2 parents c8ae08d + e73e86f commit f7496a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/history.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Version 3.9
1212
- Sdist file names, and the name of the top-level folder in an sdist, are now
1313
normalised, in accordance with :pep:`625` (:ghpull:`628`).
1414
- A statically defined version number can now be parsed from files called
15-
``version.py``, ``_version.py`` or ``__version__.py`` inside a packge, as well
15+
``version.py``, ``_version.py`` or ``__version__.py`` inside a package, as well
1616
as from ``__init__.py``, so executing code is required in fewer cases
1717
(:ghpull:`630`).
1818
- Fix setting the flag for regular files in zip metadata (:ghpull:`639`).

0 commit comments

Comments
 (0)