Skip to content

Commit 23ebb75

Browse files
committed
Add vesionadded keywords
1 parent 4f784dd commit 23ebb75

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

kivy/uix/behaviors/emacs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class EmacsBehavior(object):
5656
5757
:attr:`active_key_bindings` is a :class:`~kivy.properties.StringProperty`
5858
and defaults to ``'emacs'``
59+
60+
.. versionadded:: 1.9.2
5961
'''
6062

6163
def __init__(self, **kwargs):

kivy/uix/codeinput.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ class CodeInput(CodeNavigationBehavior, EmacsBehavior, TextInput):
9090
9191
:attr:`active_key_bindings` is a :class:`~kivy.properties.StringProperty`
9292
and defaults to ``'default'``
93+
94+
.. versionadded:: 1.9.2
9395
'''
9496

9597
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)