From 0a27e9f46b2d7d0f9ac35eff56ac59526cd84ead Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:37:35 +0100 Subject: [PATCH] fix h1s (#18477) --- content/docker-hub/release-notes.md | 2 +- content/language/python/develop.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docker-hub/release-notes.md b/content/docker-hub/release-notes.md index fbe38b7c79..2407ea4aee 100644 --- a/content/docker-hub/release-notes.md +++ b/content/docker-hub/release-notes.md @@ -159,7 +159,7 @@ For more information about this feature and for instructions on how to use it, s The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. For more information, see [repository tags](repos/access/index.md#view-repository-tags). -# 2020-10-07 +## 2020-10-07 ### New feature diff --git a/content/language/python/develop.md b/content/language/python/develop.md index 777778f27d..8ed704b964 100644 --- a/content/language/python/develop.md +++ b/content/language/python/develop.md @@ -225,7 +225,7 @@ Hello, Docker!!! Press `ctrl+c` in the terminal to stop your application. -# Summary +## Summary In this section, you took a look at setting up your Compose file to add a local database and persist data. You also learned how to use Compose Watch to automatically rebuild and run your container when you update your code.