Skip to content

Commit

Permalink
Merge pull request #1754 from timgates42/bugfix/typo_specified
Browse files Browse the repository at this point in the history
Fix simple typo: specificed -> specified
  • Loading branch information
finswimmer authored Dec 17, 2019
2 parents f3a5f19 + 86e9182 commit 00309a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/masonry/builders/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def find_files_to_add(self, exclude_build=True): # type: (bool) -> list
)
to_add.append(license_file.relative_to(self._path))

# If a README is specificed we need to include it
# If a README is specified we need to include it
# to avoid errors
if "readme" in self._poetry.local_config:
readme = self._path / self._poetry.local_config["readme"]
Expand Down

0 comments on commit 00309a1

Please sign in to comment.