aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-03-18 00:23:51 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-03-18 00:23:51 +0000
commit492dfdb950f5fec33be79b67ea12005d20ca7e3a (patch)
tree3626d1b95981a91068ef8deb789565ebbc69a477 /src/python
parent4e6fd0a3aee0cedf22579ad02be82eac2798d25b (diff)
Correct a package name in a doc string
Diffstat (limited to 'src/python')
-rw-r--r--src/python/src/grpc/framework/foundation/_logging_pool_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/grpc/framework/foundation/_logging_pool_test.py b/src/python/src/grpc/framework/foundation/_logging_pool_test.py
index 11463a8bec..c92cf8c0ab 100644
--- a/src/python/src/grpc/framework/foundation/_logging_pool_test.py
+++ b/src/python/src/grpc/framework/foundation/_logging_pool_test.py
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-"""Tests for _framework.foundation.logging_pool."""
+"""Tests for grpc.framework.foundation.logging_pool."""
import unittest