8000 fix return type in docstring (#2030) · mikeguzman/python-docs-samples@f7c2552 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7c2552

Browse files
ericgribkoffgguuss
authored andcommitted
fix return type in docstring (GoogleCloudPlatform#2030)
1 parent 1e85bda commit f7c2552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iot/api-client/mqtt_example/cloudiot_mqtt_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create_jwt(project_id, private_key_file, algorithm):
5555
ES256 private key.
5656
algorithm: The encryption algorithm to use. Either 'RS256' or 'ES256'
5757
Returns:
58-
An MQTT generated from the given project_id and private key, which
58+
A JWT generated from the given project_id and private key, which
5959
expires in 20 minutes. After 20 minutes, your client will be
6060
disconnected, and a new JWT will have to be generated.
6161
Raises:

0 commit comments

Comments
 (0)
0