Skip to content

Commit be14a18

Browse files
authored
Merge pull request #273 from alanbuxey/patch-6
Update constants.py to fix caching typo
2 parents 5144000 + 33e1171 commit be14a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class Config(object):
290290

291291
caching_enabled = S("caching_enabled", default=True, typeconv=as_bool, info="enable caching?")
292292

293-
no_cashing = N('no_cashing', invert=caching_enabled, short='C', info="disable all caches")
293+
no_caching = N('no_caching', invert=caching_enabled, short='C', info="disable all caches")
294294

295295
daemonize = S("daemonize", default=True, cmdline=['pyffd'], info="run in background")
296296

0 commit comments

Comments
 (0)