mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-27 20:01:47 +01:00
Fix typo in docstring
This commit is contained in:
@@ -96,7 +96,7 @@ class PrefixOrderingTestCase(OrderingTestBase):
|
|||||||
self._compare(Prefix.objects.all(), prefixes)
|
self._compare(Prefix.objects.all(), prefixes)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This function tests a compex ordering of interwoven prefixes and vrfs. This is the current expected ordering of VRFs
|
This function tests a complex ordering of interwoven prefixes and vrfs. This is the current expected ordering of VRFs
|
||||||
This includes the testing of the Container status.
|
This includes the testing of the Container status.
|
||||||
|
|
||||||
The proper ordering, to get proper containerization should be:
|
The proper ordering, to get proper containerization should be:
|
||||||
|
|||||||
Reference in New Issue
Block a user