@@ -17,7 +17,7 @@ Because NIS exists only on Unix systems, this module is only available for Unix.
1717The :mod: `nis ` module defines the following functions:
1818
1919
20- .. function :: match(key, mapname[ , domain=default_domain] )
20+ .. function :: match(key, mapname, domain=default_domain)
2121
2222 Return the match for *key * in map *mapname *, or raise an error
2323 (:exc: `nis.error `) if there is none. Both should be strings, *key * is 8-bit
@@ -30,7 +30,7 @@ The :mod:`nis` module defines the following functions:
3030 unspecified, lookup is in the default NIS domain.
3131
3232
33- .. function :: cat(mapname[ , domain=default_domain] )
33+ .. function :: cat(mapname, domain=default_domain)
3434
3535 Return a dictionary mapping *key * to *value * such that ``match(key,
3636 mapname)==value ``. Note that both keys and values of the dictionary are
@@ -42,7 +42,7 @@ The :mod:`nis` module defines the following functions:
4242 unspecified, lookup is in the default NIS domain.
4343
4444
45- .. function :: maps([ domain=default_domain] )
45+ .. function :: maps(domain=default_domain)
4646
4747 Return a list of all valid maps.
4848
0 commit comments