Skip to content

Commit eb33458

Browse files
craigcitroJon Wayne Parrott
authored andcommitted
Fix typo in docstring google.cloud.core._helpers (googleapis#3207)
1 parent bfcc828 commit eb33458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/google/cloud/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def _time_from_iso8601_time_naive(value):
264264

265265

266266
def _rfc3339_to_datetime(dt_str):
267-
"""Convert a microsecond-precision timetamp to a native datetime.
267+
"""Convert a microsecond-precision timestamp to a native datetime.
268268
269269
:type dt_str: str
270270
:param dt_str: The string to convert.

0 commit comments

Comments
 (0)