eric-s-s / eric-s-s/paragraph_generator
copying where unneeded
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
in sentence:
```
class Sentence(object):
def __init__(self, word_list: WordList = None):
if word_list is None:
word_list = []
self._word_list = word_list.copy()
```
don't use "copy"
in paragraph/tags/ i believe the "copy" method is utter redundant.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.