From 7cd3aa913077d55bbdb7ca01e6b7df593121f643 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Fri, 29 Mar 2024 22:55:36 -0400 Subject: [PATCH] Make test.performance.lib docstring more specific To distinguish it from the more general test.lib as well as from the forthcoming test.deprecation.lib. --- test/performance/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/performance/lib.py b/test/performance/lib.py index 2ca3c409b..c24599986 100644 --- a/test/performance/lib.py +++ b/test/performance/lib.py @@ -1,7 +1,7 @@ # This module is part of GitPython and is released under the # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ -"""Support library for tests.""" +"""Support library for performance tests.""" import logging import os