Skip to content

Commit

Permalink
Update Python_Engine/Query/Version.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Fraser Greenroyd <[email protected]>
  • Loading branch information
Tom-Kingstone and Fraser Greenroyd committed Aug 29, 2023
1 parent ffae28a commit d5bad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python_Engine/Query/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace BH.Engine.Python
{
public static partial class Query
{
[Description("Gets the Python version for a requested Python executable.")]
[Description("Gets the Python version for the requested Python executable.")]
[Input("pythonExecutable", "Path to python.exe.")]
[Output("version", "Python version of the requested Python executable.")]
public static PythonVersion Version(string pythonExecutable)
Expand Down

0 comments on commit d5bad7c

Please sign in to comment.