diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-10-10 14:10:24 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-10-10 14:10:24 +0000 |
commit | a39d95932e83c8fcf753724a50e6a3b97c21d12c (patch) | |
tree | c87f12d17a094ffa9ac9a966e5d7f14ed7a7819e | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=238 (diff) | |
download | ice-a39d95932e83c8fcf753724a50e6a3b97c21d12c.tar.bz2 ice-a39d95932e83c8fcf753724a50e6a3b97c21d12c.tar.xz ice-a39d95932e83c8fcf753724a50e6a3b97c21d12c.zip |
minor reformat
-rw-r--r-- | py/demo/Ice/minimal/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/py/demo/Ice/minimal/README b/py/demo/Ice/minimal/README index 820ed1b2bad..8d325240508 100644 --- a/py/demo/Ice/minimal/README +++ b/py/demo/Ice/minimal/README @@ -9,6 +9,6 @@ In a separate window, start the client: $ python Client.py -Note that this demo hardwires port 10000. If port -10000 is not available on your machine, you need -to edit both client and server to use a free port. +Note that this demo hardwires port 10000. If port 10000 is not +available on your machine, you need to edit both client and server +to use a free port. |