Skip to content

Commit 5deddca

Browse files
committed
Merge pull request realpython#345 from kuyan/patch-1
Fix broken link
2 parents 9d15c8a + 6dfc9ae commit 5deddca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Check if variable equals a constant
434434
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
435435

436436
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
437+
just add it to the if statement. See `Truth Value Testing
438438
<http://docs.python.org/library/stdtypes.html#truth-value-testing>`_ for a
439439
list of what is considered false.
440440

0 commit comments

Comments
 (0)