Skip to content

Commit 0d4b733

Browse files
authored
Update README.rst
1 parent fd142f2 commit 0d4b733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ Return the number of aggregation units used this month.
613613
https://developers.line.biz/en/reference/partner-docs/#get-number-of-units-used-this-month
614614

615615
.. code:: python
616+
616617
usage = line_bot_api.get_number_of_units_used_this_month()
617618
print(usage.num_of_custom_aggregation_units)
618619
@@ -624,6 +625,7 @@ Return the name list of units used this month for statistics aggregation.
624625
https://developers.line.biz/en/reference/partner-docs/#get-name-list-of-units-used-this-month
625626

626627
.. code:: python
628+
627629
name_list = line_bot_api.get_name_list_of_units_used_this_month()
628630
print(name_list.custom_aggregation_units)
629631
print(name_list.next)

0 commit comments

Comments
 (0)