From 459d38cfc25b9b8fdb1c28d898f63e2cef99f26c Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 21 Sep 2023 09:39:37 +1000 Subject: [PATCH] Update context_variables.md (#5580) Fix typo "path_string" -> "pathstring" --- 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 7b154d38bd..795a144ce7 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 | -| path_string | A string that contains all names of the path separated by slashes e.g. A/B/C | +| pathsstring | 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