Skip to content

Commit 80345e1

Browse files
MaxGhenisclaude
andcommitted
Fix docstring wrapping for docformatter
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c15ac48 commit 80345e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

microdf/tests/test_pandas3_compatibility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def test_column_set_weights_after_access_regression(self):
201201
"""Regression test for pandas 3.0 CoW compatibility.
202202
203203
In pandas 3.0 with Copy-on-Write, modifying column.__class__ doesn't
204-
persist because each access returns a copy. This test verifies the
205-
fix that wraps columns as MicroSeries on access in __getitem__.
204+
persist because each access returns a copy. This test verifies the fix
205+
that wraps columns as MicroSeries on access in __getitem__.
206206
"""
207207
mdf = MicroDataFrame(
208208
{"income": [10000, 20000, 30000]},

0 commit comments

Comments
 (0)