From 81c37f6dd6633b4560a4083e5dd1e702c68a58b5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 15 Nov 2022 17:15:07 -0500 Subject: [PATCH] add versionchanged tag to "python source" docs --- doc/src/python.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/python.rst b/doc/src/python.rst index e5854faf46..5316fb28a5 100644 --- a/doc/src/python.rst +++ b/doc/src/python.rst @@ -129,6 +129,8 @@ The first argument of the *python* command is either the *source* keyword or the name of a Python function. This defines the mode of the python command. +.. versionchanged:: TBD + If the *source* keyword is used, it is followed by either a file name or the *here* keyword. No other keywords can be used. The *here* keyword is followed by a string with python commands, either on a single line