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.
2 parents 9d15c8a + 6dfc9ae commit 5deddcaCopy full SHA for 5deddca
docs/writing/style.rst
@@ -434,7 +434,7 @@ Check if variable equals a constant
434
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
435
436
You don't need to explicitly compare a value to True, or None, or 0 - you can
437
-just add it to the if statement. See :ref:`Truth Value Testing
+just add it to the if statement. See `Truth Value Testing
438
<http://docs.python.org/library/stdtypes.html#truth-value-testing>`_ for a
439
list of what is considered false.
440
0 commit comments