We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b799d7 commit 0d29e7aCopy full SHA for 0d29e7a
Doc/faq/programming.rst
@@ -1819,7 +1819,7 @@ for ``None``. This reads like plain English in code and avoids confusion with
1819
other objects that may have boolean values that evaluate to false.
1820
1821
2) Detecting optional arguments can be tricky when ``None`` is a valid input
1822
-value. In those situations, you can create an singleton sentinel object
+value. In those situations, you can create a singleton sentinel object
1823
guaranteed to be distinct from other objects. For example, here is how
1824
to implement a method that behaves like :meth:`dict.pop`::
1825
0 commit comments