Skip to content

Commit

Permalink
docs(pip): Correctly state the default Python version to analyze for
Browse files Browse the repository at this point in the history
See `OPTION_PYTHON_VERSION_DEFAULT` defined a few lines above.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 17, 2024
1 parent 86d6ff7 commit 22cd864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/python/src/main/kotlin/Pip.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private const val OPTION_ANALYZE_SETUP_PY_INSECURELY_DEFAULT = true
* them. This is a potential security risk. Defaults to "true".
* - *operatingSystem*: The name of the operating system to resolve dependencies for. One of "linux", "macos", or
* "windows". Defaults to "linux".
* - *pythonVersion*: The Python version to resolve dependencies for. Defaults to "3.10".
* - *pythonVersion*: The Python version to resolve dependencies for. Defaults to "3.11".
*/
class Pip(
name: String,
Expand Down

0 comments on commit 22cd864

Please sign in to comment.