Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 63f4e43

Browse files
zdimensionReenigneArcher
authored andcommitted
fix: braindead sphinx being braindead
1 parent 4558686 commit 63f4e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Contents/Code/plex_api_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def is_server_owner(user):
806806
807807
Returns
808808
-------
809-
bool
809+
py:class:`bool`
810810
True if the user is the owner of the Plex server, False otherwise.
811811
812812
Examples

Contents/Code/webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def is_logged_in():
560560
561561
Returns
562562
-------
563-
bool
563+
py:class:`bool`
564564
True if the user is logged in, otherwise False.
565565
566566
Examples

0 commit comments

Comments
 (0)