Skip to content

Commit 0d04d5e

Browse files
committed
Consistency
1 parent d08753d commit 0d04d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Slot classes are a little different than ordinary, dictionary-backed classes:
532532
`Think twice <https://www.youtube.com/watch?v=7KnfGDajDQw>`_ before using :mod:`pickle` though.
533533

534534
- As always with slot classes, you must specify a ``__weakref__`` slot if you wish for the class to be weak-referenceable.
535-
Here's how it looks using attrs:
535+
Here's how it looks using ``attrs``:
536536

537537
.. doctest::
538538

0 commit comments

Comments
 (0)