From db77ee5d54637659ef757c299ea40baf0af687e6 Mon Sep 17 00:00:00 2001
From: tanujdhir <tanujdhir@google.com>
Date: Mon, 22 Jul 2019 04:45:52 -0700
Subject: [PATCH] Fix some docstrings.

PiperOrigin-RevId: 259302187
---
 python/core/keyset_reader.py      | 2 +-
 python/core/keyset_writer.py      | 2 +-
 python/core/keyset_writer_test.py | 2 +-
 python/core/primitive_set_test.py | 2 +-
 python/core/tink_error.py         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/python/core/keyset_reader.py b/python/core/keyset_reader.py
index ef6964465..22fab2285 100644
--- a/python/core/keyset_reader.py
+++ b/python/core/keyset_reader.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Reads KeySets from File."""
+"""Reads Keysets from file."""
 
 from __future__ import absolute_import
 from __future__ import division
diff --git a/python/core/keyset_writer.py b/python/core/keyset_writer.py
index aaae8844b..def31614e 100644
--- a/python/core/keyset_writer.py
+++ b/python/core/keyset_writer.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Reads KeySets from File."""
+"""Writes Keysets to file."""
 
 from __future__ import absolute_import
 from __future__ import division
diff --git a/python/core/keyset_writer_test.py b/python/core/keyset_writer_test.py
index 17afc3657..be3a3b7c1 100644
--- a/python/core/keyset_writer_test.py
+++ b/python/core/keyset_writer_test.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Tests for tink.python.core."""
+"""Tests for tink.python.core.keyset_writer."""
 
 from __future__ import absolute_import
 from __future__ import division
diff --git a/python/core/primitive_set_test.py b/python/core/primitive_set_test.py
index 5a4953ff8..7bd81366f 100644
--- a/python/core/primitive_set_test.py
+++ b/python/core/primitive_set_test.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Tests for tink.python.core."""
+"""Tests for tink.python.core.primitive_set."""
 
 from __future__ import absolute_import
 from __future__ import division
diff --git a/python/core/tink_error.py b/python/core/tink_error.py
index c20581e4b..7e310aa21 100644
--- a/python/core/tink_error.py
+++ b/python/core/tink_error.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""This module defines basic exceptions in tink."""
+"""This module defines basic exceptions in Tink."""
 
 from __future__ import absolute_import
 from __future__ import division
-- 
GitLab