Skip to content

Commit 4c9ebf7

Browse files
committed
fix indentation
1 parent 5b99793 commit 4c9ebf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Second term
1414
as well as MyST directives and roles like {fa}`fort awesome,style=fab`
1515
Functional Programming
1616
Functional programming is a programming style that prefers the use of basic functions with explicit and distinct inputs and outputs.
17-
This contrasts with functions or methods that depend on variables that are not explicitly passed as an input (such as accessing `self.variable` inside a method) or that alter the inputs or other state variables in-place, instead of returning new distinct variables as outputs.
17+
This contrasts with functions or methods that depend on variables that are not explicitly passed as an input (such as accessing `self.variable` inside a method) or that alter the inputs or other state variables in-place, instead of returning new distinct variables as outputs.
1818
Dispatching
1919
Choosing which function or method implementation to use based on the type of the input variables (usually just the first variable). For some examples, see Python's documentation for the [singledispatch](https://docs.python.org/3/library/functools.html#functools.singledispatch) decorator.
2020
:::::

0 commit comments

Comments
 (0)