Browse Source

Fix typo

master
Lukasz Kryger 8 years ago
parent
commit
6f36eb5f0c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/source/topics/class_loading_explained.rst

+ 1
- 1
docs/source/topics/class_loading_explained.rst View File

@@ -6,7 +6,7 @@ Dynamic class loading is the foundation for making Oscar extensively
6 6
 customisable. It is hence worth understanding how it works, because most
7 7
 customisations depend on it.
8 8
 
9
-It is achieved by :meth:`oscar.core.loading.get_classes` and it's
9
+It is achieved by :meth:`oscar.core.loading.get_classes` and its
10 10
 single-class cousin :meth:`~oscar.core.loading.get_class`.  Wherever feasible,
11 11
 Oscar's codebase uses ``get_classes`` instead of a regular import statement::
12 12
 

Loading…
Cancel
Save