Skip to content

Commit e6159c6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)