Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Fixed spelling error in Portal documentation
Browse files Browse the repository at this point in the history
Issue #202
  • Loading branch information
namratab94 committed Sep 25, 2017
1 parent ced237e commit 62d3f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Django is one of the most popular Python web framework. Django official website
contains pretty detailed `documentation <https://docs.djangoproject.com/en/>`_. At
first try out the tutorial and build a small app. After you feel confident about
Django, scroll through Systers Portal codebase to check your understanding. If
some parts seem complicated, go back to the documentation to focus on a specific
some parts seem complicated, go back to the documentation to focus on a specific
topic or layer.


Expand All @@ -74,5 +74,5 @@ PEP8
----

PEP8 is the style guide for Python code. We are following the guide throughout
the whole codebase and check everything againt a PEP8 linter. So please take
the whole codebase and check everything against a PEP8 linter. So please take
some time to read through this document - https://www.python.org/dev/peps/pep-0008.

0 comments on commit 62d3f98

Please sign in to comment.