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

Fixed typing error in Portal documentation #204

Merged
merged 2 commits into from
Sep 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.