Skip to content

[Contributing] Fix some minor typos #18220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2023
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
6 changes: 3 additions & 3 deletions contributing/code/bc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Change argument type
Add return type No
Remove return type No
Change return type No
**Static Methods and Properties**
**Static Methods and Properties**
Turn non static into static No
Turn static into non static No
=============================================================================== ============== ===============
Expand Down Expand Up @@ -477,10 +477,10 @@ Making Code Changes in a Backward Compatible Way
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

As you read above, many changes are not allowed because they would represent a
backward compability break. However, we want to be able to improve the code and
backward compatibility break. However, we want to be able to improve the code and
its features over time and that can be done thanks to some strategies that
allow to still do some unallowed changes in several steps that ensure backward
compability and a smooth upgrade path. Some of them are described in the next
compatibility and a smooth upgrade path. Some of them are described in the next
sections.

.. _add-argument-public-method:
Expand Down