From 68b2b0dbd84c61bad44914d3d2f7c1f79b103546 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Thu, 8 Feb 2024 08:37:11 -0600 Subject: [PATCH] fixing docstring capitalization --- screenpy_selenium/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenpy_selenium/common.py b/screenpy_selenium/common.py index 11f3adb..af6ec37 100644 --- a/screenpy_selenium/common.py +++ b/screenpy_selenium/common.py @@ -1,4 +1,4 @@ -"""module to hold shared objects.""" +"""Module to hold shared objects.""" from __future__ import annotations