Skip to content

Commit 5ed07a3

Browse files
committed
Tweak docstring
1 parent e0a4645 commit 5ed07a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_app/webauthnio/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Build paths inside the project like this: BASE_DIR / 'subdir'.
55
BASE_DIR = Path(__file__).resolve().parent.parent
66

7-
# Get path to the file containing the secret (this is a Docker-specific method)
7+
# Get the path to the file containing the secret
88
_secret_key_file_path = os.getenv("DJANGO_SECRET_KEY_FILE")
99
if not _secret_key_file_path:
1010
raise Exception("DJANGO_SECRET_KEY_FILE must be a file path string")

0 commit comments

Comments
 (0)