Skip to content

Commit f2138b3

Browse files
authored
docs: fix missing whitespace (#519)
Co-authored-by: Jan Malte Gerth <[email protected]>
1 parent 3e830a3 commit f2138b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ About Queryset Methods
183183
queryset or list of base model objects efficiently into the real objects.
184184
For example, you could do ``base_objects_queryset=ModelA.extra(...).non_polymorphic()``
185185
and then call ``real_objects=base_objects_queryset.get_real_instances()``. Or alternatively
186-
.``real_objects=ModelA.objects.get_real_instances(base_objects_queryset_or_object_list)``
186+
``real_objects=ModelA.objects.get_real_instances(base_objects_queryset_or_object_list)``
187187

188188
* ``values()`` & ``values_list()`` currently do not return polymorphic
189189
results. This may change in the future however. If you want to use these

0 commit comments

Comments
 (0)