File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments