Skip to content

Commit 8a4563c

Browse files
committed
ENH: Fixing typo in previous commit (pandas-dev#21295)
1 parent 94e9e41 commit 8a4563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
from ._version import get_versions
8484
v = get_versions()
8585
__version__ = v.get('closest-tag', v['version'])
86-
__git_version__ = v.get['full-revisionid']
86+
__git_version__ = v.get('full-revisionid')
8787
del get_versions, v
8888

8989
# module level doc-string

0 commit comments

Comments
 (0)