Skip to content

Commit 66b3a2b

Browse files
authored
Fix typos in overview (#1243)
1 parent 0b9086b commit 66b3a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Bringing your own Python executable
300300

301301
Computing as we know it is defined by the ability to execute
302302
programs. Every operating system natively supports one or more formats
303-
of program they can natively execute.
303+
of programs they can natively execute.
304304

305305
There are many techniques and technologies which turn your Python
306306
program into one of these formats, most of which involve embedding the
@@ -357,7 +357,7 @@ mature approach, widespread in data center environments.
357357

358358
These techniques are mostly reserved for larger scale deployments in
359359
data centers, though certain complex applications can benefit from
360-
this packaging. Technologies are Python agnostic, and include:
360+
this packaging. The technologies are Python agnostic, and include:
361361

362362
* `Vagrant <https://www.vagrantup.com/>`_
363363
* `VHD <https://en.wikipedia.org/wiki/VHD_(file_format)>`_, `AMI <https://en.wikipedia.org/wiki/Amazon_Machine_Image>`_, and :doc:`other formats <openstack:user/formats>`

0 commit comments

Comments
 (0)