We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912283 commit d33922fCopy full SHA for d33922f
pandas/tests/test_lib.py
@@ -257,4 +257,4 @@ def test_period_immutable():
257
258
freq = per.freq
259
with pytest.raises(AttributeError, message="is not writable"):
260
- per.freq = 2*freq
+ per.freq = 2 * freq
0 commit comments