You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ You'll likely want to make some changes to the default configuration (we recomme
62
62
Coding Standards
63
63
----------------
64
64
65
-
Sentry follows the guidelines layed out in `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ with a little bit
65
+
Sentry follows the guidelines laid out in `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ with a little bit
66
66
of flexibility on things like line length. We always give way for the `Zen of Python <http://www.python.org/dev/peps/pep-0020/>`_. We also use strict mode for JavaScript, enforced by jshint.
67
67
68
68
You can run all linters with ``make lint``, or respectively ``lint-python`` or ``lint-js``.
@@ -104,7 +104,7 @@ Developing with Django
104
104
105
105
Because Sentry is just Django, you can use all of the standard Django functionality. The only difference is you'll be accessing commands that would normally go through manage.py using the ``sentry`` CLI helper instead.
106
106
107
-
For example, you probably don't want to use ``sentry start`` for development, as it doesnt support anything like
107
+
For example, you probably don't want to use ``sentry start`` for development, as it doesn't support anything like
108
108
automatic reloading on code changes. For that you'd want to use the standard builtin ``runserver`` command:
0 commit comments