Skip to content

Commit

Permalink
doc: corrected versionchanged spacing in uix/carousel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Feb 22, 2014
1 parent dfd652f commit f580f05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kivy/uix/carousel.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def build(self):
Example1().run()
.. versionchanged:: 1.5.0
The carousel now supports active children, like the
:class:`~kivy.uix.scrollview.ScrollView`. It will detect a swipe gesture
according to :attr:`Carousel.scroll_timeout` and
Expand Down Expand Up @@ -158,7 +157,6 @@ def _prev_slide(self):
:attr:`previous_slide` is a :class:`~kivy.properties.AliasProperty`.
.. versionchanged:: 1.5.0
This property doesn't expose the container used for storing the slide.
It returns the widget you have added.
'''
Expand All @@ -172,7 +170,6 @@ def _curr_slide(self):
:attr:`current_slide` is an :class:`~kivy.properties.AliasProperty`.
.. versionchanged:: 1.5.0
The property doesn't expose the container used for storing the slide.
It returns widget you have added.
'''
Expand All @@ -198,7 +195,6 @@ def _next_slide(self):
:attr:`previous_slide` is a :class:`~kivy.properties.AliasProperty`.
.. versionchanged:: 1.5.0
The property doesn't expose the container used for storing the slide.
It returns the widget you have added.
'''
Expand Down

0 comments on commit f580f05

Please sign in to comment.