wordhelpers 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wordhelpers
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Helpers for working with python-docx
5
5
  Author: AJ Cruz
6
6
  Author-email: 15045766-a-cruz@users.noreply.gitlab.com
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "wordhelpers"
3
- version = "0.1.5"
3
+ version = "0.1.6"
4
4
  description = "Helpers for working with python-docx"
5
5
  authors = [
6
6
  {name = "AJ Cruz",email = "15045766-a-cruz@users.noreply.gitlab.com"}
@@ -107,7 +107,7 @@ class WordTableModel(BaseModel):
107
107
  if text:
108
108
  paragraphs = [
109
109
  WordParagraphModel(
110
- style=style, alignment=alignment, text=[text.pop(0)]
110
+ style=style, alignment=alignment, text=text.pop(0)
111
111
  )
112
112
  ]
113
113
  cells.append(
File without changes