From 24da37754a5447cf72839af50bdc9229d411d476 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Thu, 13 Feb 2025 18:19:07 -0800 Subject: [PATCH 1/2] DOC: Correct a typo in contributing_codebase.rst --- doc/source/development/contributing_codebase.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_codebase.rst b/doc/source/development/contributing_codebase.rst index c1cfb0d7a623b..143aebd8f236a 100644 --- a/doc/source/development/contributing_codebase.rst +++ b/doc/source/development/contributing_codebase.rst @@ -344,7 +344,7 @@ be located. - tests.scalar - tests.tseries.offsets -2. Does your test depend only on code in pd._libs? +2. Does your test depend only on code in ``pd._libs``? This test likely belongs in one of: - tests.libs From afd0af241cf21bf0447ce8bf4867ceb249db162e Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Thu, 13 Feb 2025 18:20:20 -0800 Subject: [PATCH 2/2] DOC: Correct another typo in developer.rst --- doc/source/development/developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/developer.rst b/doc/source/development/developer.rst index 6de237b70f08d..c5c4b7c449ce7 100644 --- a/doc/source/development/developer.rst +++ b/doc/source/development/developer.rst @@ -99,7 +99,7 @@ Column metadata * Boolean: ``'bool'`` * Integers: ``'int8', 'int16', 'int32', 'int64', 'uint8', 'uint16', 'uint32', 'uint64'`` * Floats: ``'float16', 'float32', 'float64'`` -* Date and Time Types: ``'datetime', 'datetimetz'``, ``'timedelta'`` +* Date and Time Types: ``'datetime', 'datetimetz', 'timedelta'`` * String: ``'unicode', 'bytes'`` * Categorical: ``'categorical'`` * Other Python objects: ``'object'``