Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 29, 2025
1 parent e710232 commit 5402c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/_io/pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def pickle(obj: Any, dest: PathArg = None, protocol: int = HIGHEST_PROTOCOL):
See Also
--------
eelbrain.load.pickle
eelbrain.load.unpickle
"""
if dest is None:
filetypes = [("Pickled Python Objects (*.pickle)", '*.pickle')]
Expand Down

0 comments on commit 5402c60

Please sign in to comment.