]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/richtext.py
Various updates
[wxWidgets.git] / wxPython / src / gtk / richtext.py
index d5641c0ad85d6025980d3c49dbe50d657bd636c5..a23f1115bce94faf8e6d07f27018427a8b5784c5 100644 (file)
@@ -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)