diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index d38f9bc9160..a5cf0d2657a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1875,7 +1875,7 @@ build-postgresql: language becomes available. See <xref linkend="plpython-python23"/> for more information. If this is not set, the following are probed - in this order: <literal>python python3 python2</literal>. + in this order: <literal>python3 python python2</literal>. </para> </listitem> </varlistentry> |