Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0c18ca

Browse files
Don't use "might" twice in a row
1 parent 778df0d commit b0c18ca

File tree

1 file changed

+1
-1
lines changed
  • gang-of-four/composition-over-inheritance

1 file changed

+1
-1
lines changed

gang-of-four/composition-over-inheritance/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ We could easily pivot the ``file`` and ``socket`` parameters
647647
to lists named ``files`` and ``sockets``.)
648648

649649
Given that every Python programmer learns ``if`` quickly,
650-
but might take much longer to understand classes,
650+
but can take much longer to understand classes,
651651
it might seem a clear win
652652
for code to rely on the simplest possible mechanism
653653
that will get a feature working.

0 commit comments

Comments
 (0)