From c92cefc814ee90cdb98e84e1424bebff41bbe216 Mon Sep 17 00:00:00 2001 From: Jun Kim Date: Fri, 2 Dec 2016 13:08:59 +0900 Subject: [PATCH] Fix typo at pandas/core/generic.py indentifier -> identifier --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'``