Fix deprecation message, the function name is fs.copyfile()

This commit is contained in:
Xavier Claessens 2022-11-16 10:37:25 -05:00 committed by Xavier Claessens
parent bfc813200c
commit 8232665849
1 changed files with 1 additions and 1 deletions

View File

@ -2459,7 +2459,7 @@ class Interpreter(InterpreterBase, HoldableObject):
), ),
KwargInfo( KwargInfo(
'copy', bool, default=False, since='0.47.0', '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('encoding', str, default='utf-8', since='0.47.0'),
KwargInfo('format', str, default='meson', since='0.46.0', KwargInfo('format', str, default='meson', since='0.46.0',