Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Mar 21, 2024
1 parent 265b299 commit 20ce128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if not fs.exists('version.py')
install: true,
build_always_stale: true,
build_by_default: true,
output: 'version.py',
output: '_version.py',
input: '_build_utils/gitversion.py',
command: [py, '@INPUT@', '--write', '@OUTPUT@'],
install_dir: pd_dir,
Expand Down

0 comments on commit 20ce128

Please sign in to comment.