diff --git a/docs/_static/package-slices.svg b/docs/_static/package-slices.svg index 32a879f57..bc1f37909 100644 --- a/docs/_static/package-slices.svg +++ b/docs/_static/package-slices.svg @@ -6,22 +6,22 @@ - + Debian package A + fill="currentColor">Debian package A - A_slice1 -A_slice1 + A_slice2 + fill="currentColor">A_slice2 - + Debian package B + fill="currentColor">Debian package B - B_slice1 + fill="currentColor">B_slice1 - B_slice2 + fill="currentColor">B_slice2 - - + - - + - - + - - + + diff --git a/docs/tutorial/flask.rst b/docs/tutorial/flask.rst index fec53e20b..c2fb9400a 100644 --- a/docs/tutorial/flask.rst +++ b/docs/tutorial/flask.rst @@ -463,8 +463,8 @@ Finally, use ``curl`` to send a request to the ``/time`` endpoint: :end-before: [docs:curl-time-end] :dedent: 2 -The updated app should respond with the current date and time (e.g. -``2024-06-21 09:47:56``). +The updated app should respond with the current date and time in +UTC (e.g. ``2024-06-21 09:47:56``). .. note::