diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 27ca817c19a63..7868969f477b0 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -1095,7 +1095,7 @@ def to_hdf(self, path_or_buf, key, **kwargs): ---------- path_or_buf : the path (string) or HDFStore object key : string - indentifier for the group in the store + identifier for the group in the store mode : optional, {'a', 'w', 'r+'}, default 'a' ``'w'``