Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43afda2

Browse files
committed
📚 update docs
1 parent fd99c8c commit 43afda2

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.moban.d/two-liners.rst.jj2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ And let's check what do we have:
7777
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
7878
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
7979

80-
Please do not forgot the second line to close the opened file handle:
80+
Please do not forget the second line to close the opened file handle:
8181

8282
.. code-block:: python
8383

@@ -97,7 +97,7 @@ Instead, what if you have to use `pyexcel.get_array` to do the same:
9797
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
9898
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
9999

100-
Again, do not forgot the second line:
100+
Again, do not forget the second line:
101101

102102
.. code-block:: python
103103

@@ -183,6 +183,7 @@ Export a list of dictionaries
183183
... {"year": 1903, "country": "Germany", "speed": "206.7km/h"},
184184
... {"year": 1964, "country": "Japan", "speed": "210km/h"},
185185
... {"year": 2008, "country": "China", "speed": "350km/h"}
186+
... {"year": 2025, "country": "China", "speed": "400km/h"}
186187
... ]
187188
>>> p.isave_as(records=records, dest_file_name='high_speed_rail.xls')
188189

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ And let's check what do we have:
789789
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
790790
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
791791
792-
Please do not forgot the second line to close the opened file handle:
792+
Please do not forget the second line to close the opened file handle:
793793

794794
.. code-block:: python
795795
@@ -809,7 +809,7 @@ Instead, what if you have to use `pyexcel.get_array` to do the same:
809809
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
810810
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
811811
812-
Again, do not forgot the second line:
812+
Again, do not forget the second line:
813813

814814
.. code-block:: python
815815
@@ -886,6 +886,7 @@ Export a list of dictionaries
886886
... {"year": 1903, "country": "Germany", "speed": "206.7km/h"},
887887
... {"year": 1964, "country": "Japan", "speed": "210km/h"},
888888
... {"year": 2008, "country": "China", "speed": "350km/h"}
889+
... {"year": 2025, "country": "China", "speed": "400km/h"}
889890
... ]
890891
>>> p.isave_as(records=records, dest_file_name='high_speed_rail.xls')
891892

docs/source/two-liners.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ And let's check what do we have:
6161
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
6262
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
6363
64-
Please do not forgot the second line to close the opened file handle:
64+
Please do not forget the second line to close the opened file handle:
6565

6666
.. code-block:: python
6767
@@ -81,7 +81,7 @@ Instead, what if you have to use `pyexcel.get_array` to do the same:
8181
grande(16 oz.) of Starbucks Coffee Pike Place Roast has 310 mg
8282
regular(16 oz.) of Panera Coffee Light Roast has 300 mg
8383
84-
Again, do not forgot the second line:
84+
Again, do not forget the second line:
8585

8686
.. code-block:: python
8787
@@ -165,6 +165,7 @@ Export a list of dictionaries
165165
... {"year": 1903, "country": "Germany", "speed": "206.7km/h"},
166166
... {"year": 1964, "country": "Japan", "speed": "210km/h"},
167167
... {"year": 2008, "country": "China", "speed": "350km/h"}
168+
... {"year": 2025, "country": "China", "speed": "400km/h"}
168169
... ]
169170
>>> p.isave_as(records=records, dest_file_name='high_speed_rail.xls')
170171

0 commit comments

Comments
 (0)