File tree 1 file changed +5
-5
lines changed 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])
@@ -646,11 +646,11 @@ are always available. They are listed here in alphabetical order.
646
646
dictionary lookup. Numeric values that compare equal have the same hash
647
647
value (even if they are of different types, as is the case for 1 and 1.0).
648
648
649
- .. note ::
649
+ .. note ::
650
650
651
- For objects with custom :meth: `__hash__ ` methods, note that :func: `hash `
652
- truncates the return value based on the bit width of the host machine.
653
- See :meth: `__hash__ ` for details.
651
+ For objects with custom :meth: `__hash__ ` methods, note that :func: `hash `
652
+ truncates the return value based on the bit width of the host machine.
653
+ See :meth: `__hash__ ` for details.
654
654
655
655
.. function :: help([object])
656
656
You can’t perform that action at this time.
0 commit comments