URL: https://github.com/freeipa/freeipa/pull/799
Author: stlaz
 Title: #799: Make a doctext more clear
Action: opened

PR body:
"""
This is to finish a previously pushed typo-fixing PR.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/799/head:pr799
git checkout pr799
From d041512640439d215df0dc882bec9eb928d3afa0 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Fri, 19 May 2017 09:48:29 +0200
Subject: [PATCH] Make a doctext more clear

---
 ipaserver/install/adtrust.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ipaserver/install/adtrust.py b/ipaserver/install/adtrust.py
index 967e744b79..c84038b4b7 100644
--- a/ipaserver/install/adtrust.py
+++ b/ipaserver/install/adtrust.py
@@ -80,8 +80,8 @@ def retrieve_netbios_name(api):
 
 def set_and_check_netbios_name(netbios_name, unattended, api):
     """
-    Depending on whether trust is already configured or not a given NetBIOS
-    domain name must be handled differently.
+    Depending on whether a trust is already configured or not, the passed
+    NetBIOS domain name must be handled differently.
 
     If trust is not configured, the given NetBIOS is used. The NetBIOS is
     generated if none was given on the command line.
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to