Skip to content

Commit 34dd8b9

Browse files
committed
Fix identation of the note directive
1 parent 07f991f commit 34dd8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/function_and_method_signatures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Function signatures in this standard adhere to the following:
1313
*Rationale: existing libraries have incompatible conventions, and using names
1414
of positional parameters is not normal/recommended practice.*
1515

16-
.. note::
16+
.. note::
1717

1818
Positional-only parameters are only available in Python >= 3.8. Libraries
1919
still supporting 3.7 or 3.6 may consider making the API standard-compliant

0 commit comments

Comments
 (0)