Skip to content

Commit

Permalink
un simple"z"
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Mar 30, 2012
1 parent 6f2b286 commit dab4788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.py
Expand Up @@ -9,7 +9,7 @@ def makePretty(name):
"""Returns the chain given, in order to have a normal name"""
return str(name).capitalize().replace("/", "").replace("_", " ")

def initialise(self,manga):
def initialize(self,manga):
self.manga = manga
self.mangaPretty = makePretty(manga)
self.numberImage=0
Expand Down

0 comments on commit dab4788

Please sign in to comment.