X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ef86618c5aa10b4cb10e516d9b2c2e8be44a6c1..d7a7616b9d95c6b52073585c9c849c36a6d49cb5:/wxPython/src/msw/richtext.py diff --git a/wxPython/src/msw/richtext.py b/wxPython/src/msw/richtext.py index d5641c0ad8..a23f1115bc 100644 --- a/wxPython/src/msw/richtext.py +++ b/wxPython/src/msw/richtext.py @@ -675,7 +675,7 @@ class RichTextCtrl(_windows.ScrolledWindow): SaveFile(self, String file=EmptyString, int type=RICHTEXT_TYPE_ANY) -> bool Save the contents of the document to the given filename, or if the - empty string is passed then to the filename set with `SetFileName`. + empty string is passed then to the filename set with `SetFilename`. """ return _richtext.RichTextCtrl_SaveFile(*args, **kwargs)