mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Phoenix docs: fix masked\textctrl.py docstrings to avoid Sphinx warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -228,8 +228,7 @@ class BaseMaskedTextCtrl( wx.TextCtrl, MaskedEditMixin ):
|
||||
SetValue and ChangeValue.
|
||||
|
||||
:param string `value`: new value for control
|
||||
:param boolean `use_change_value`: if True uses
|
||||
:meth:`~lib.masked.textctrl.TextCtrl.ChangeValue`
|
||||
:param boolean `use_change_value`: if True uses :meth:`~lib.masked.textctrl.TextCtrl.ChangeValue`
|
||||
|
||||
"""
|
||||
## dbg('MaskedTextCtrl::ModifyValue("%(value)s", use_change_value=%(use_change_value)d)' % locals(), indent=1)
|
||||
|
||||
Reference in New Issue
Block a user