Skip to content

Commit b62ef64

Browse files
mastersplinterdatapythonista
authored andcommitted
BLD: Fix spelling in requirements-dev generator script (#30802)
1 parent 5d407cf commit b62ef64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is auto-generated from environment.yml, do not modify.
2-
# See that file for comments about the need/usage of each depdendency.
2+
# See that file for comments about the need/usage of each dependency.
33

44
numpy>=1.15
55
python-dateutil>=2.6.1

scripts/generate_pip_deps_from_conda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main(conda_fname, pip_fname, compare=False):
9292
fname = os.path.split(conda_fname)[1]
9393
header = (
9494
f"# This file is auto-generated from {fname}, do not modify.\n"
95-
"# See that file for comments about the need/usage of each depdendency.\n\n"
95+
"# See that file for comments about the need/usage of each dependency.\n\n"
9696
)
9797
pip_content = header + "\n".join(pip_deps)
9898

0 commit comments

Comments
 (0)