From 587126ecd15e06ec2d0e6b0e5f640e8f09000f6b Mon Sep 17 00:00:00 2001 From: Ashwin Dharne Date: Fri, 16 Jun 2023 12:53:33 -0400 Subject: [PATCH] Fixed typo in fixtures.txt --- docs/topics/db/fixtures.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/db/fixtures.txt b/docs/topics/db/fixtures.txt index d07b7343b9c6b..4db6de89eb5e3 100644 --- a/docs/topics/db/fixtures.txt +++ b/docs/topics/db/fixtures.txt @@ -30,8 +30,8 @@ Fixtures can be used to pre-populate database with data for :ref:`tests ` or to provide some :ref:`initial data `. -Were Django looks for fixtures? -=============================== +Where Django looks for fixtures? +================================ Django will search in three locations for fixtures: