Skip to content

Commit

Permalink
Fix formatting: Quotes (ASCII)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Sep 8, 2022
1 parent 1e4f5a8 commit 7e73417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/developer/design_principles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Computations inside PICMI
PICMI defines a parameter structure. Convenient computations are
performed automatically.

Computations here are filling in different representations of the
"Computations" here are filling in different representations of the
same input data.

Redundancies are allowed, though should be limited to different representations of a physical concept (e.g. laser a0/e0).
Expand Down Expand Up @@ -85,7 +85,7 @@ Types
For simplicity **strong typing** is used, i.e. variables are checked
against a finite list of type specifications. However, this finite list
of type specifications is kept **permissive**, including (1) general
types (e.g. iterable instead of list), and (2) common library types
types (e.g. iterable instead of "list"), and (2) common library types
(e.g. numpy types).

Identifying Objects
Expand Down

0 comments on commit 7e73417

Please sign in to comment.