mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Rene Liebscher: fix 'skipping byte-compilation' message for grammatical
consistency.
This commit is contained in:
parent
bf5c70973f
commit
90c74cc4da
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class install_lib (Command):
|
||||||
out_fn = f + (__debug__ and "c" or "o")
|
out_fn = f + (__debug__ and "c" or "o")
|
||||||
compile_msg = "byte-compiling %s to %s" % \
|
compile_msg = "byte-compiling %s to %s" % \
|
||||||
(f, os.path.basename (out_fn))
|
(f, os.path.basename (out_fn))
|
||||||
skip_msg = "byte-compilation of %s skipped" % f
|
skip_msg = "skipping byte-compilation of %s" % f
|
||||||
self.make_file (f, out_fn, compile, (f,),
|
self.make_file (f, out_fn, compile, (f,),
|
||||||
compile_msg, skip_msg)
|
compile_msg, skip_msg)
|
||||||
# run ()
|
# run ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue