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

Commit

Permalink
Fix doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer authored and jm58660 committed Oct 20, 2016
1 parent 85385f5 commit 5f007b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/doc/en/developer/coding_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1084,11 +1084,11 @@ to look polished and professional.

* Common function keyword arguments:

This is a list of some keyword arguments that many functions and
methods take. For consistency, you should use the keywords from the
list below with the meaning as explained here. Do not use a
different keyword with the same meaning (for example, do not use
``method``; use ``algorithm`` instead).
This is a list of some keyword arguments that many functions and
methods take. For consistency, you should use the keywords from the
list below with the meaning as explained here. Do not use a
different keyword with the same meaning (for example, do not use
``method``; use ``algorithm`` instead).

* ``algorithm``, a string or ``None``: Choose between various
implementation or algorithm. Use ``None`` as a default that
Expand Down

0 comments on commit 5f007b0

Please sign in to comment.