Skip to content

Commit c38a9d2

Browse files
zhamborovaCopilot
andauthored
Update config/pylint-utils.go
Co-authored-by: Copilot <[email protected]>
1 parent c076ae7 commit c38a9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pylint-utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func InstallPylint(pythonRuntime *Runtime, pylint *Runtime) error {
4343

4444
pythonBinary := pythonInfo["python"]
4545

46-
// to install pylint using oython binary
46+
// to install pylint using python binary
4747
cmd := exec.Command(pythonBinary, "-m", "pip", "install",
4848
fmt.Sprintf("pylint==%s", pylint.Version()),
4949
)

0 commit comments

Comments
 (0)