Skip to content

Commit

Permalink
docs/index.rst: small enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
kuraga authored and tkem committed Apr 1, 2024
1 parent 19254af commit d8b5c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ often called with the same arguments:

.. testcode::

class CachedPEPs(object):
class CachedPEPs:

def __init__(self, cachesize):
self.cache = LRUCache(maxsize=cachesize)
Expand Down Expand Up @@ -444,7 +444,7 @@ often called with the same arguments:

.. testcode::

class CachedReferences(object):
class CachedReferences:

def __init__(self, cachesize):
self.cache = LRUCache(maxsize=cachesize)
Expand Down

0 comments on commit d8b5c60

Please sign in to comment.