cpython: 650775f10178 (original) (raw)

Mercurial > cpython

changeset 104130:650775f10178 3.5

Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish [#28303]

Berker Peksag berker.peksag@gmail.com
date Wed, 28 Sep 2016 17:28:41 +0300
parents ce19dcce84fe
children d0b509777443 ee76e84f115f
files Lib/unittest/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/unittest/__init__.py 2

line wrap: on

line diff

--- a/Lib/unittest/init.py +++ b/Lib/unittest/init.py @@ -12,7 +12,7 @@ Simple usage: import unittest class IntegerArithmeticTestCase(unittest.TestCase):