Skip to content

Commit af1d5d7

Browse files
committed
Removing comment hash from docstring.
1 parent 84d9b7b commit af1d5d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gcloud/storage/connection.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,10 @@ def new_bucket(self, bucket):
431431
def _get_expiration_seconds(expiration):
432432
"""Get expiration as long for generate_signed_url().
433433
434-
# `expiration` can be an absolute timestamp (int, long),
435-
# an absolute time (datetime.datetime),
436-
# or a relative time (datetime.timedelta).
437-
# We convert all of these into an absolute timestamp.
434+
`expiration` can be an absolute timestamp (int, long),
435+
an absolute time (datetime.datetime),
436+
or a relative time (datetime.timedelta).
437+
We convert all of these into an absolute timestamp.
438438
439439
:type expiration: int, long, datetime.datetime, datetime.timedelta
440440
:param expiration: A timestamp or time delta.

0 commit comments

Comments
 (0)