- fix formatting

Change-Id: I492e6335d906c70f5a2178882b4c73c931abe8cc
This commit is contained in:
Mike Bayer 2016-07-06 15:59:17 -04:00
parent ad4b36f24f
commit 22e5d026cd
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ Changelog
:tags: feature
:tickets: 43
Added a new cache key generator :func:`.kwarg_function_key_generator`,
which takes keyword arguments as well as positional arguments into
account when forming the cache key.
Added a new cache key generator :func:`.kwarg_function_key_generator`,
which takes keyword arguments as well as positional arguments into
account when forming the cache key.
.. change::
:tags: bug