فهرست منبع

improve sentence readabilty

Brian Shumate 12 سال پیش
والد
کامیت
630ae43e7d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/sources/examples/hello_world_daemon.rst

+ 2 - 2
docs/sources/examples/hello_world_daemon.rst

@@ -11,8 +11,8 @@ Hello World Daemon
 
 
 The most boring daemon ever written.
 The most boring daemon ever written.
 
 
-This example assumes you have Docker installed and with the Ubuntu
-image already imported ``docker pull ubuntu``.  We will use the Ubuntu
+This example assumes you have Docker installed and the Ubuntu
+image already imported with ``docker pull ubuntu``.  We will use the Ubuntu
 image to run a simple hello world daemon that will just print hello
 image to run a simple hello world daemon that will just print hello
 world to standard out every second. It will continue to do this until
 world to standard out every second. It will continue to do this until
 we stop it.
 we stop it.