Skip to content

Commit 9bfb30b

Browse files
committed
More spelling corrections
1 parent 44d6f47 commit 9bfb30b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ check `Wikipedia
1616
<http://pypi.python.org/pypi/eav-django/1.0.2>`_ written by Andrey
1717
Mikhaylenko.
1818

19-
There are a few notable differences between this implimentation and the
19+
There are a few notable differences between this implementation and the
2020
eav-django implementation.
2121

2222
* This one is called django-eav, whereas the other is called eav-django.

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ check `Wikipedia
2121
<http://pypi.python.org/pypi/eav-django/1.0.2>`_ written by Andrey
2222
Mikhaylenko.
2323

24-
There are a few notable differences between this implimentation and the
24+
There are a few notable differences between this implementation and the
2525
eav-django implementation.
2626

2727
* This one is called django-eav, whereas the other is called eav-django.
@@ -192,7 +192,7 @@ You can even use Q objects, however there are some known issues
192192
What about if you have a foreign key to a model that uses eav, but you want
193193
to filter from a model that doesn't use eav? For example, let's say you have
194194
a ``Patient`` model that **doesn't** use eav, but it has a foreign key to
195-
``Encounter`` that **does** use eav. You can even filter through eav accross
195+
``Encounter`` that **does** use eav. You can even filter through eav across
196196
this relationship, but you need to use the eav manager for ``Patient``.
197197

198198
Just register ``Patient`` with eav, but set ``manager_only = True``
@@ -228,7 +228,7 @@ Known Issues
228228
Q Object Filters
229229
----------------
230230
Due to an unexplained Q object / generic relation issue, exclude filters with
231-
EAV Q objects, or EAV Q objects ANDed together may produce innacurate results.
231+
EAV Q objects, or EAV Q objects ANDed together may produce inaccurate results.
232232

233233
Additional Resources
234234
====================

0 commit comments

Comments
 (0)