summaryrefslogtreecommitdiff
path: root/docs/source/user
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/user')
-rw-r--r--docs/source/user/python-api.rst2
-rw-r--r--docs/source/user/violations.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/user/python-api.rst b/docs/source/user/python-api.rst
index 2c576ae..85b33b8 100644
--- a/docs/source/user/python-api.rst
+++ b/docs/source/user/python-api.rst
@@ -11,7 +11,7 @@ be documented here.
Legacy API
==========
-When |Flake8| broke it's hard dependency on the tricky internals of
+When |Flake8| broke its hard dependency on the tricky internals of
pycodestyle, it lost the easy backwards compatibility as well. To help
existing users of that API we have :mod:`flake8.api.legacy`. This module
includes a couple classes (which are documented below) and a function.
diff --git a/docs/source/user/violations.rst b/docs/source/user/violations.rst
index 5076a96..a511bdc 100644
--- a/docs/source/user/violations.rst
+++ b/docs/source/user/violations.rst
@@ -218,7 +218,7 @@ Selecting and Ignoring Simultaneously For Fun and Profit
========================================================
Prior to |Flake8| 3.0, all handling of :option:`flake8 --select` and
-:option:`flake8 --ignore` was delegated to pycodestyle. It's handling of the
+:option:`flake8 --ignore` was delegated to pycodestyle. Its handling of the
options significantly differs from how |Flake8| 3.0 has been designed.
pycodestyle has always preferred ``--ignore`` over ``--select`` and will