| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ def entry_from_resource(resource, client, loggers): | |||
| 24 | 24 | """Detect correct entry type from resource and instantiate. | |
| 25 | 25 | ||
| 26 | 26 | :type resource: dict | |
| 27 | - :param resource: one entry resource from API response | ||
| 27 | + :param resource: One entry resource from API response. | ||
| 28 | 28 | ||
| 29 | 29 | :type client: :class:`~google.cloud.logging.client.Client` | |
| 30 | 30 | :param client: Client that owns the log entry. | |
@@ -45,4 +45,4 @@ def entry_from_resource(resource, client, loggers): | |||
| 45 | 45 | elif 'protoPayload' in resource: | |
| 46 | 46 | return ProtobufEntry.from_api_repr(resource, client, loggers) | |
| 47 | 47 | ||
| 48 | - raise ValueError('Cannot parse log entry resource') | ||
| 48 | + raise ValueError('Cannot parse log entry resource.') | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments