Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 7065737

Browse files
committed
Fix Args ordering in ApilyticsSender's docstring
1 parent dae445d commit 7065737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apilytics/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def __init__(
5656
Args:
5757
api_key: The API key for your Apilytics origin.
5858
path: Path of the user's HTTP request, e.g. "/foo/bar/123".
59+
method: Method of the user's HTTP request, e.g. "GET".
5960
query: Optional query string of the user's HTTP request e.g. "key=val&other=123".
6061
An empty string and None are treated equally. Can have an optional "?" at the start.
61-
method: Method of the user's HTTP request, e.g. "GET".
6262
apilytics_integration: Name of the Apilytics integration that's calling this,
6363
e.g. "apilytics-python-django". No need to pass this when calling from user code.
6464
integrated_library: Name and version of the integration that this is used in,

0 commit comments

Comments
 (0)