doc: Mark Profile.has_higlight_reels as deprecated

This commit is contained in:
Alexander Graf 2018-08-05 09:13:35 +02:00
parent c634f21dcc
commit 809b23a996

View File

@ -526,7 +526,8 @@ class Profile:
@property @property
def has_highlight_reels(self) -> bool: def has_highlight_reels(self) -> bool:
""" """
Always returns `True` since :issue:`153`. .. deprecated:: 4.0.6
Always returns `True` since :issue:`153`.
Before broken, this indicated whether the :class:`Profile` had available stories. Before broken, this indicated whether the :class:`Profile` had available stories.
""" """