From f3df12cafea11558e3a9574bbf9fd4e2bb33c861 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Fri, 24 Mar 2017 14:37:59 -0700 Subject: [PATCH] Typo fix Spotted while grepping for "meta". ;) --- core/google/cloud/_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/google/cloud/_helpers.py b/core/google/cloud/_helpers.py index 22ed39b24ffc..f94df65c167f 100644 --- a/core/google/cloud/_helpers.py +++ b/core/google/cloud/_helpers.py @@ -264,7 +264,7 @@ def _time_from_iso8601_time_naive(value): def _rfc3339_to_datetime(dt_str): - """Convert a microsecond-precision timetamp to a native datetime. + """Convert a microsecond-precision timestamp to a native datetime. :type dt_str: str :param dt_str: The string to convert.