Skip to content

Commit be14a18

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyff/constants.py

Lines changed: 1 addition & 1 deletion
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)