Skip to content

Commit c489777

Browse files
committed
documentation cleanup
1 parent ed02dd9 commit c489777

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The RegCensus Python library is pip installable:
1515
$ pip install regcensus
1616
```
1717

18-
Once installed, import the library, using the following (using the `rc` alias to more easily use the library):
18+
Once installed, import the library, using the following (use the `rc` alias to more easily use the library):
1919

2020
```
2121
import regcensus as rc
@@ -102,8 +102,8 @@ The __get_values__ function is the primary function for obtaining RegData from t
102102
* filtered (optional) - specify if poorly-performing industry results should be excluded. Default is True.
103103
* summary (optional) - specify if summary results should be returned, instead of document-level results. Default is True.
104104
* country (optional) - specify if all values for a country's jurisdiction ID should be returned. Default is False.
105-
* industryType (optional): Level of NAICS industries to include, default is '3-Digit'.
106-
* download (optional): If not False, a path location for a downloaded csv of the results.
105+
* industryType (optional): level of NAICS industries to include. Default is '3-Digit'.
106+
* download (optional): if not False, a path location for a downloaded csv of the results.
107107
* verbose (optional) - value specifying how much debugging information should be printed for each function call. Higher number specifies more information, default is 0.
108108

109109
In the example below, we are interested in the total number of restrictions and total number of words for the US (get_jurisdictions(38)) for the period 2010 to 2019.

0 commit comments

Comments
 (0)