Update context_variables.md (#5581)

Fix typo made when fixing a typo
This commit is contained in:
Oliver 2023-09-21 09:45:25 +10:00 committed by GitHub
parent 459d38cfc2
commit 202dd6b4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | | 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 | | 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 | 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 | | structural | True if the location is structural |
### Suppliers ### Suppliers