aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyuan Zhong <zhonghaoyuan@google.com>2022-08-25 17:38:34 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-25 17:39:01 -0700
commitb2336b25d66600049d261684d16c6416d11a49ee (patch)
treeb558f7c9767b2b0c9cafa8b087c723b1d091b15d
parent0930779ec458c5345b85c93dfdf4fe35877fe88b (diff)
downloadabsl-py-b2336b25d66600049d261684d16c6416d11a49ee.tar.gz
Fix typo
PiperOrigin-RevId: 470123526 Change-Id: I6b5f20518c05e29a413cab9a331a69c769c8f355
-rw-r--r--absl/testing/absltest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/testing/absltest.py b/absl/testing/absltest.py
index d1b0e59..9071f8f 100644
--- a/absl/testing/absltest.py
+++ b/absl/testing/absltest.py
@@ -735,7 +735,7 @@ class TestCase(unittest.TestCase):
(e.g. `TestCase.enter_context`), the context is exited after the test
class's tearDownClass call.
- Contexts are are exited in the reverse order of entering. They will always
+ Contexts are exited in the reverse order of entering. They will always
be exited, regardless of test failure/success.
This is useful to eliminate per-test boilerplate when context managers