Skip to content

Commit c3ee55e

Browse files
committed
fix ugly comment
1 parent bf8a9bf commit c3ee55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def run(self):
120120
if npm is None:
121121
raise RuntimeError("NPM is not installed.")
122122

123-
# Required on when using NPM >3
123+
# Required when using NPM >3
124124
log.info(f"> Installing rollup, react, and react-dom")
125125
subprocess.run(f"{npm} install rollup".split(), cwd=js_dir, check=True)
126126
subprocess.run(f"{npm} install react".split(), cwd=js_dir, check=True)

0 commit comments

Comments
 (0)