Skip to content

Commit

Permalink
Fix doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Jan 28, 2024
1 parent f759d2d commit bc650ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/uix/behaviors/elevation.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class documentation.
.. versionadded:: 1.2.0
:attr:`elevation_levels` is an :class:`~kivy.properties.DictProperty`
and defaults to `{0: dp(0), 1: dp(8), 2: dp(3), 3: dp(6), 4: dp(8), 5: dp(12)}`.
and defaults to `{0: dp(0), 1: dp(8), 2: dp(23), 3: dp(16), 4: dp(20), 5: dp(24)}`.
"""

elevation = BoundedNumericProperty(0, min=0, errorvalue=0)
Expand Down

0 comments on commit bc650ef

Please sign in to comment.