Skip to content

Commit 2515fe0

Browse files
committed
Sortable
1 parent 52fd3af commit 2515fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ class MyHashable:
11051105
```
11061106

11071107
### 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.**
11091109
```python
11101110
from functools import total_ordering
11111111

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@
10451045

10461046

10471047
<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>
10491049
</ul><pre><code class="python language-python hljs"><span class="hljs-keyword">from</span> functools <span class="hljs-keyword">import</span> total_ordering
10501050

10511051
<span class="hljs-meta">@total_ordering</span>

0 commit comments

Comments
 (0)