diff docs/introduction.rst @ 386:d7dcd76c262a

Add Configuration.getfirstfloatvar_s() to the introduction
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 10 Nov 2021 02:12:37 +0100
parents baedd2031074
children b2c0550d5a44
line wrap: on
line diff
--- 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.