File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ class MyHashable:
1105
1105
```
1106
1106
1107
1107
### Sortable
1108
- * ** With ' total_ordering' decorator you only need to provide eq() and one of lt(), gt(), le() or ge() special methods.**
1108
+ * ** With total_ordering decorator you only need to provide eq() and one of lt(), gt(), le() or ge() special methods.**
1109
1109
``` python
1110
1110
from functools import total_ordering
1111
1111
Original file line number Diff line number Diff line change 1045
1045
1046
1046
1047
1047
< div > < h3 id ="sortable "> Sortable</ h3 > < ul >
1048
- < li > < strong > With ' total_ordering' decorator you only need to provide eq() and one of lt(), gt(), le() or ge() special methods.</ strong > </ li >
1048
+ < li > < strong > With total_ordering decorator you only need to provide eq() and one of lt(), gt(), le() or ge() special methods.</ strong > </ li >
1049
1049
</ ul > < pre > < code class ="python language-python hljs "> < span class ="hljs-keyword "> from</ span > functools < span class ="hljs-keyword "> import</ span > total_ordering
1050
1050
1051
1051
< span class ="hljs-meta "> @total_ordering</ span >
You can’t perform that action at this time.
0 commit comments