Skip to content

Commit cd5ce35

Browse files
committed
Fix up exercises.
1 parent 2876b2f commit cd5ce35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/11_further_object-oriented_features.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,12 +594,12 @@ Obtain the `skeleton code for these exercises from GitHub classroom
594594

595595
The logging itself should be accomplished using
596596
the built-in `logging` module by calling :func:`logging.info` and passing
597-
the logging message.
597+
the log message.
598598

599-
The logging message should comprise the function name (accessible using the
600-
`__name__` attribute), followed by round brackets containing first the
601-
:func:`repr` of the positional arguments, followed by the key=value pairs
602-
the keyword arguments.
599+
The log message should comprise the string "Calling: " followed by the
600+
function name (accessible using the `__name__` attribute), followed by
601+
round brackets containing first the :func:`repr` of the positional
602+
arguments, followed by the key=value pairs the keyword arguments.
603603

604604
.. proof:exercise::
605605

0 commit comments

Comments
 (0)