File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ Bringing your own Python executable
300
300
301
301
Computing as we know it is defined by the ability to execute
302
302
programs. Every operating system natively supports one or more formats
303
- of program they can natively execute.
303
+ of programs they can natively execute.
304
304
305
305
There are many techniques and technologies which turn your Python
306
306
program into one of these formats, most of which involve embedding the
@@ -357,7 +357,7 @@ mature approach, widespread in data center environments.
357
357
358
358
These techniques are mostly reserved for larger scale deployments in
359
359
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:
361
361
362
362
* `Vagrant <https://www.vagrantup.com/ >`_
363
363
* `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