Skip to content

Commit b308327

Browse files
tae-junjreback
authored andcommitted
Fix typo at pandas/core/generic.py (#14787)
indentifier -> identifier
1 parent 725453d commit b308327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def to_hdf(self, path_or_buf, key, **kwargs):
10951095
----------
10961096
path_or_buf : the path (string) or HDFStore object
10971097
key : string
1098-
indentifier for the group in the store
1098+
identifier for the group in the store
10991099
mode : optional, {'a', 'w', 'r+'}, default 'a'
11001100
11011101
``'w'``

0 commit comments

Comments
 (0)