File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ documentation.
3333Code examples can be written using ` .. doctest:: ` code blocks to ensure they are executed as
3434regular code during the ` doctest ` CI run.
3535
36- Examples that use this feature are effectively strucured as if they were written in an interactive
36+ Examples that use this feature are effectively structured as if they were written in an interactive
3737Python session.
3838
3939Example:
@@ -50,7 +50,7 @@ Example:
5050#### ` literalinclude ` code examples
5151
5252Sometimes, writing code examples using only the ` .. doctest:: ` directive can feel a bit limiting
53- and effecively clash with other desired properties of the example (e.g. order, brevity). There's
53+ and effectively clash with other desired properties of the example (e.g. order, brevity). There's
5454another effective way to guarantee examples in the documentation continue to work as the
5555underlying software evolves.
5656
@@ -115,7 +115,7 @@ in the side navigation as well as in the introduction to be exposed more promine
115115
116116#### Release Notes
117117
118- The release notes inform the reader about the progress of the project. They are continously
118+ The release notes inform the reader about the progress of the project. They are continuously
119119written as new releases are published.
120120
121121### Fundamentals
You can’t perform that action at this time.
0 commit comments