Skip to content

Commit f615877

Browse files
author
Steve Canny
committed
acpt: fix paste-repeated typo in several features
1 parent ba3c757 commit f615877

12 files changed

+12
-12
lines changed

features/blk-add-paragraph.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Add a paragraph of text
22
In order to populate the text of a document
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need the ability to add a paragraph
55

66
Scenario: Add a paragraph using low-level text API

features/blk-add-table.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Add a table
22
In order to fulfill a requirement for a table in a document
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need the ability to add a table
55

66
Scenario: Access a table

features/cel-text.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Set table cell text
22
In order to quickly populate a table cell with regular text
3-
As an python-docx developer working with a table
3+
As a developer using python-docx
44
I need the ability to set the text of a table cell
55

66
Scenario: Set table cell text

features/par-set-style.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Each paragraph has a read/write style
22
In order to use the stylesheet capability built into Word
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need the ability to get and set the style of a paragraph
55

66
Scenario: Set the style of a paragraph

features/run-char-style.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Each run has a read/write style
22
In order to use the stylesheet capability built into Word
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need the ability to get and set the character style of a run
55

66

features/shp-inline-shape-access.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Access inline shapes in document
22
In order to query or manipulate inline shapes in a document
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need the ability to access the inline shapes in a document
55

66
Scenario: Access inline shapes collection of document

features/tbl-add-row-or-col.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Add a row or column to a table
22
In order to extend an existing table
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need methods to add a row or column
55

66
Scenario: Add a row to a table

features/tbl-cell-props.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Get and set table cell properties
22
In order to format a table cell to my requirements
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need a way to get and set the properties of a table cell
55

66

features/tbl-col-props.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Get and set table column widths
22
In order to produce properly formatted tables
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need a way to get and set the width of a table's columns
55

66

features/tbl-props.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: Get and set table properties
22
In order to format a table to my requirements
3-
As an python-docx developer
3+
As a developer using python-docx
44
I need a way to get and set a table's properties
55

66

0 commit comments

Comments
 (0)