# HG changeset patch # User Franz Glasner # Date 1636506757 -3600 # Node ID d7dcd76c262a08e9a77db53e39c0450d121f16a4 # Parent 4beeb291926dc29e02ea95366611773a433d3a71 Add Configuration.getfirstfloatvar_s() to the introduction diff -r 4beeb291926d -r d7dcd76c262a docs/introduction.rst --- a/docs/introduction.rst Wed Nov 10 02:11:12 2021 +0100 +++ b/docs/introduction.rst Wed Nov 10 02:12:37 2021 +0100 @@ -241,8 +241,9 @@ And with :py:meth:`.Configuration.getfirstvar`, :py:meth:`.Configuration.getfirstvar_s`, -:py:meth:`.Configuration.getfirstintvar_s` and -:py:meth:`.Configuration.getfirstboolvar_s` there exist variants that +:py:meth:`.Configuration.getfirstintvar_s`, +:py:meth:`.Configuration.getfirstboolvar_s` and +:py:meth:`.Configuration.getfirstfloatvar_s` there exist variants that accept a *list* of possible variables names and return the first one that is found.