1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -04:00

Correct a typo in a comment

This commit is contained in:
Shlomi Fish 2016-01-08 21:41:11 +02:00
parent d53e708a38
commit 0e91ce7750
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ class _HideableCard(AbstractCard):
# ************************************************************************ # ************************************************************************
# * New implemetation since 2.10 # * New implementation since 2.10
# * # *
# * We use a single CanvasImage and call CanvasImage.config() to # * We use a single CanvasImage and call CanvasImage.config() to
# * turn the card. # * turn the card.
@ -168,7 +168,7 @@ class _OneImageCardWithHideByConfig(_OneImageCard):
# ************************************************************************ # ************************************************************************
# * Old implemetation prior to 2.10 # * Old implementation prior to 2.10
# * # *
# * The card consists of two CanvasImages. To show the card face up, # * The card consists of two CanvasImages. To show the card face up,
# * the face item is placed in front of the back. To show it face # * the face item is placed in front of the back. To show it face

View file

@ -54,7 +54,7 @@ class _HideableCard(AbstractCard):
# ************************************************************************ # ************************************************************************
# * New implemetation since 2.10 # * New implementation since 2.10
# * # *
# * We use a single CanvasImage and call CanvasImage.config() to # * We use a single CanvasImage and call CanvasImage.config() to
# * turn the card. # * turn the card.
@ -168,7 +168,7 @@ class _OneImageCardWithHideByConfig(_OneImageCard):
# ************************************************************************ # ************************************************************************
# * Old implemetation prior to 2.10 # * Old implementation prior to 2.10
# * # *
# * The card consists of two CanvasImages. To show the card face up, # * The card consists of two CanvasImages. To show the card face up,
# * the face item is placed in front of the back. To show it face # * the face item is placed in front of the back. To show it face