Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SireInsectus committed Oct 10, 2022
1 parent b4bd44e commit 9b87d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbacademy_gems/dbgems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def display(html) -> None:
GENERATING_DOCS = "generating_docs"


def generating_docs() -> bool:
def is_generating_docs() -> bool:
value = get_parameter(GENERATING_DOCS, False)
return str(value).lower() == "true"

Expand Down

0 comments on commit 9b87d01

Please sign in to comment.