Typo fix from Jose

This commit is contained in:
Pavel Sanda 2023-09-05 20:48:17 +02:00
parent 100e759f17
commit 7980523448

View File

@ -65,7 +65,7 @@ std::string const python(bool reset = false);
/// Check for availability of the python interpreter
bool hasPython();
/// Return information about the ython interper
/// Return information about the python interperter (version and path)
std::string const python_info();
///