From 6cf0075a817749f2b846d402a19646dd5f207293 Mon Sep 17 00:00:00 2001 From: Neer-Pathak Date: Mon, 9 Jun 2025 13:35:45 +0530 Subject: [PATCH] debug: to show pre commit fails --- scripts/pandas_errors_documented.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pandas_errors_documented.py b/scripts/pandas_errors_documented.py index b68da137717de..3910fb9fc6258 100644 --- a/scripts/pandas_errors_documented.py +++ b/scripts/pandas_errors_documented.py @@ -1,6 +1,6 @@ """ Check that doc/source/reference/testing.rst documents -all exceptions and warnings in pandas/errors/__init__.py. +all exceptions and warning in pandas/errors/__init__.py. This is meant to be run as a pre-commit hook - to run it manually, you can do: