Skip to content

Commit

Permalink
Fix order of arguments in filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark authored Jan 29, 2025
1 parent cdcc53e commit 921a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals/time-coding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
int64_min = np.iinfo("int64").min + 1
uint64_max = np.iinfo("uint64").max
warnings.filterwarnings("ignore", FutureWarning, "decode_timedelta")
warnings.filterwarnings("ignore", "decode_timedelta", FutureWarning)
.. _internals.timecoding:

Time Coding
Expand Down

0 comments on commit 921a74f

Please sign in to comment.