mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Correct a typo in a comment
This commit is contained in:
parent
d53e708a38
commit
0e91ce7750
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
# * 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 face item is placed in front of the back. To show it face
|
||||
|
|
|
@ -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
|
||||
# * 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 face item is placed in front of the back. To show it face
|
||||
|
|
Loading…
Add table
Reference in a new issue