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 c7cffdc commit 98b2b04Copy full SHA for 98b2b04
tests/test_content.py
@@ -488,9 +488,10 @@ def test_custom_1():
488
"""
489
# Custom objects
490
491
- The above example works through the use of the `__format__()` magic method.
492
- You can define custom format handling in your own objects by overriding
493
- this method. This gives you complete control over the format syntax used.
+ The datetime example works through the use of the `__format__()` magic
+ method. You can define custom format handling in your own objects by
+ overriding this method. This gives you complete control over the format
494
+ syntax used.
495
496
497
class HAL9000(object):
0 commit comments