1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 16:22:24 +02:00

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
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.
"""