Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
  • Loading branch information
elprans committed Sep 27, 2018
commit 6281a5c86ea92cef583bdedf55e4c0e4ede6d51c
2 changes: 1 addition & 1 deletion Doc/library/py_compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ byte-code cache files in the directory containing the source code.
.. versionchanged:: 3.7.2
The :envvar:`SOURCE_DATE_EPOCH` environment variable no longer
overrides the value of the *invalidation_mode* argument, and determines
it's default value instead.
its default value instead.


.. class:: PycInvalidationMode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The :envvar:`SOURCE_DATE_EPOCH` environment variable no longer overrides the
value of the *invalidation_mode* argument to :func:`py_compile.compile`, and
determines it's default value instead.
determines its default value instead.