The Request docstrings were modified so that now attributes and properties are both documented in the class docstring, and class members were reordered to be grouped more logically so that browsing the source as well as reading the docs is easier. Also, None was annotated across multiple files, and some minor tweaks to introductory prose were completed.
7 lines
69 B
CSS
7 lines
69 B
CSS
.property {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
em {
|
|
margin-right: 0.15em;
|
|
} |