Skip to content

Commit 13fc31e

Browse files
author
Mathieu Leduc-Hamel
authored
Merge pull request #98 from Shopify/fix-typo-in-readme
Fix typo in readme: compatible
2 parents e3097f9 + ebb9036 commit 13fc31e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exceptions:
2020
- Multi-line docstrings: The first line of text (summary line) appears on the same line as the opening three double-quotes.
2121
- Base Class Inheritance
2222
- If a class or nested class inherits from no other base classes, explicitly inherit from object.
23-
- This won't be enforced for our pure Python 3 code, but we will enforce for Python 2 and 2/3 compatbile code.
23+
- This won't be enforced for our pure Python 3 code, but we will enforce for Python 2 and 2/3 compatible code.
2424
- Variable/module-name collisions: Variable names may be suffixed with an underscore to avoid collisions with imported modules (an extension of the [PEP-8 convention](https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles) for collisions with builtins).
2525

2626

@@ -29,7 +29,7 @@ exceptions:
2929
Projects that are producing libraries to be used in other projects should choose their release version numbers using [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html), i.e.
3030

3131
> Given a version number MAJOR.MINOR.PATCH, increment the:
32-
>
32+
>
3333
> MAJOR version when you make incompatible API changes,
3434
> MINOR version when you add functionality in a backwards-compatible manner, and
3535
> PATCH version when you make backwards-compatible bug fixes.

0 commit comments

Comments
 (0)