codefactor-io / codefactor

Automated static analysis for C#, C++, Java, CSS, JS, Go, Python, Ruby, TypeScript, Scala, CoffeeScript, Groovy, C, SCSS, Less, PHP, Dockerfile, Bash, YAML and Swift.
https://www.codefactor.io
62 stars 31 forks source link

Typo in python 'Lambda may not be necessary' readup #5

Closed desbonnm closed 5 years ago

desbonnm commented 5 years ago

The readup for the python 'Lambda may not be necessary' alert looks to contain a typo.

I think

results = " ".join(rdd.map(save_and_show.collect())

should be

results = " ".join(rdd.map(save_and_show).collect())
cordis-dev commented 5 years ago

@desbonnm Thanks for reporting. The readup should now be updated.