Skip to content

Commit bf22fee

Browse files
committedMar 8, 2016
typo
1 parent 8f9f250 commit bf22fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/nikola.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ def __init__(self, **config):
827827
# Set persistent state facility
828828
self.state = Persistor(os.path.join('state_data.json'))
829829

830-
# Set cache 0facility
830+
# Set cache facility
831831
self.cache = Persistor(os.path.join(self.config['CACHE_FOLDER'], 'cache_data.json'))
832832

833833
def init_plugins(self, commands_only=False):

0 commit comments

Comments
 (0)
Please sign in to comment.