From 202dd6b4a148171f4aa91add4af3b47b2d2bf422 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 21 Sep 2023 09:45:25 +1000 Subject: [PATCH] Update context_variables.md (#5581) Fix typo made when fixing a typo --- docs/docs/report/context_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/report/context_variables.md b/docs/docs/report/context_variables.md index 795a144ce7..8a83ac1d31 100644 --- a/docs/docs/report/context_variables.md +++ b/docs/docs/report/context_variables.md @@ -155,7 +155,7 @@ Each part object has access to a lot of context variables about the part. The fo | owner | The owner of the location if it has one. The owner can only be assigned in the admin interface | | parent | The parent location. Returns None if it is already the top most one | | path | A queryset of locations that contains the hierarchy starting from the top most parent | -| pathsstring | A string that contains all names of the path separated by slashes e.g. A/B/C | +| pathstring | A string that contains all names of the path separated by slashes e.g. A/B/C | | structural | True if the location is structural | ### Suppliers