Fix deprecation message, the function name is fs.copyfile()
This commit is contained in:
parent
bfc813200c
commit
8232665849
|
@ -2459,7 +2459,7 @@ class Interpreter(InterpreterBase, HoldableObject):
|
|||
),
|
||||
KwargInfo(
|
||||
'copy', bool, default=False, since='0.47.0',
|
||||
deprecated='0.64.0', deprecated_message='Use fs.copy instead',
|
||||
deprecated='0.64.0', deprecated_message='Use fs.copyfile instead',
|
||||
),
|
||||
KwargInfo('encoding', str, default='utf-8', since='0.47.0'),
|
||||
KwargInfo('format', str, default='meson', since='0.46.0',
|
||||
|
|
Loading…
Reference in New Issue