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 dbb4b48 commit 651356eCopy full SHA for 651356e
Doc/faq/programming.rst
@@ -1820,7 +1820,7 @@ for ``None``. This reads like plain English in code and avoids confusion with
1820
other objects that may have boolean values that evaluate to false.
1821
1822
2) Detecting optional arguments can be tricky when ``None`` is a valid input
1823
-value. In those situations, you can create an singleton sentinel object
+value. In those situations, you can create a singleton sentinel object
1824
guaranteed to be distinct from other objects. For example, here is how
1825
to implement a method that behaves like :meth:`dict.pop`::
1826
0 commit comments