Fix docbank.py
#2
by
illustracer
- opened
There is an indentation error in the code: in the loop for processing text file content, words.append(word) and the following lines are placed outside the loop instead of inside it. This causes only the data from the last line to be preserved, rather than data from all lines.