]> granicus.if.org Git - python/commit
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 May 2018 05:49:57 +0000 (22:49 -0700)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 05:49:57 +0000 (22:49 -0700)
commit7f4f94d474d16b5817df2b05c9678436c08f5efa
tree0207d9434f77edcdc5b3a24dd5a1f767f4f14ade
parentc925108b991b9c5f0402feb0e7f725ee3ac7da11
Fix typo in __mul__ and __rmul__ docstring (GH-6674)

(cherry picked from commit 0904f766e116c269675317e11368a4d29eef0bc6)

Co-authored-by: Grant Jenks <grant.jenks@gmail.com>
Objects/typeobject.c