File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ are always available. They are listed here in alphabetical order.
98
98
>>> f ' { 14 :#b } ' , f ' { 14 :b } '
99
99
('0b1110', '1110')
100
100
101
- See also :func: `format ` for more information.
101
+ See also :func: `format ` for more information.
102
102
103
103
104
104
.. class :: bool([x])
@@ -632,11 +632,11 @@ are always available. They are listed here in alphabetical order.
632
632
dictionary lookup. Numeric values that compare equal have the same hash
633
633
value (even if they are of different types, as is the case for 1 and 1.0).
634
634
635
- .. note ::
635
+ .. note ::
636
636
637
- For objects with custom :meth: `__hash__ ` methods, note that :func: `hash `
638
- truncates the return value based on the bit width of the host machine.
639
- See :meth: `__hash__ ` for details.
637
+ For objects with custom :meth: `__hash__ ` methods, note that :func: `hash `
638
+ truncates the return value based on the bit width of the host machine.
639
+ See :meth: `__hash__ ` for details.
640
640
641
641
.. function :: help([object])
642
642
You can’t perform that action at this time.
0 commit comments