From 98ca1dc1bfa67a247b8162606bda309e401bcaec Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 17 Jul 2021 20:23:51 +0100 Subject: docs: Add and correct docstsrings in arthur/config.py --- arthur/config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index ede8c64..022793b 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -1,10 +1,9 @@ +"""Utilities for interacting with the config for King Arthur.""" from pydantic import BaseSettings class Config(BaseSettings): - """ - Configuration for King Arthur. - """ + """Configuration for King Arthur.""" # Discord bot token token: str -- cgit v1.2.3