Skip to content

Commit 2c590f2

Browse files
committed
Fix backquotes
1 parent 3bbe9ea commit 2c590f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/SimplePythonData/Input.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ The result is referred to by ``total_secs``. Now, each time you run the program
9393
9494
9595
.. clickablearea:: ca_id_ints
96-
:question: Click on all of the variables of type `int` in the code below
96+
:question: Click on all of the variables of type ``int`` in the code below
9797
:iscode:
98-
:feedback: Remember input returns a `str`
98+
:feedback: Remember input returns a ``str``
9999

100100
:click-incorrect:seconds:endclick: = input("Please enter the number of seconds you wish to convert")
101101

@@ -105,7 +105,7 @@ The result is referred to by ``total_secs``. Now, each time you run the program
105105
print(:click-correct:secs_still_remaining:endclick:)
106106

107107
.. clickablearea:: ca_id_str
108-
:question: Click on all of the variables of type `str` in the code below
108+
:question: Click on all of the variables of type ``str`` in the code below
109109
:iscode:
110110
:feedback:
111111

0 commit comments

Comments
 (0)