diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-03-18 00:23:51 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-03-18 00:23:51 +0000 |
commit | 492dfdb950f5fec33be79b67ea12005d20ca7e3a (patch) | |
tree | 3626d1b95981a91068ef8deb789565ebbc69a477 /src/python | |
parent | 4e6fd0a3aee0cedf22579ad02be82eac2798d25b (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.py | 2 |
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 |