Skip to content

Commit 712c6de

Browse files
Ken KundertKen Kundert
authored andcommitted
nit
1 parent 1d20530 commit 712c6de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inform/inform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,10 @@ class truth:
15011501
Python string expansion or can be specified using the *formatter* argument.
15021502
For example:
15031503
1504-
>>> f"{truth(True):aye/no}"
1504+
>>> f"{truth(True):aye/nay}"
15051505
'aye'
15061506
1507-
>>> response = truth(True, formatter="aye/no")
1507+
>>> response = truth(True, formatter="aye/nay")
15081508
>>> str(response)
15091509
'aye'
15101510

0 commit comments

Comments
 (0)