File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ Bringing your own Python executable
300300
301301Computing as we know it is defined by the ability to execute
302302programs. Every operating system natively supports one or more formats
303- of program they can natively execute.
303+ of programs they can natively execute.
304304
305305There are many techniques and technologies which turn your Python
306306program into one of these formats, most of which involve embedding the
@@ -357,7 +357,7 @@ mature approach, widespread in data center environments.
357357
358358These techniques are mostly reserved for larger scale deployments in
359359data 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 >`
You can’t perform that action at this time.
0 commit comments