File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ class UserAgent(object):
112
112
113
113
.. attribute:: platform
114
114
115
- the browser platform. The following platforms are currently
116
- recognized:
115
+ the browser platform. ``None`` if not recognized.
116
+ The following platforms are currently recognized:
117
117
118
118
- `aix`
119
119
- `amiga`
@@ -139,8 +139,8 @@ class UserAgent(object):
139
139
140
140
.. attribute:: browser
141
141
142
- the name of the browser. The following browsers are currently
143
- recognized:
142
+ the name of the browser. ``None`` if not recognized.
143
+ The following browsers are currently recognized:
144
144
145
145
- `aol` *
146
146
- `ask` *
@@ -170,11 +170,11 @@ class UserAgent(object):
170
170
171
171
.. attribute:: version
172
172
173
- the version of the browser
173
+ the version of the browser. ``None`` if not recognized.
174
174
175
175
.. attribute:: language
176
176
177
- the language of the browser
177
+ the language of the browser. ``None`` if not recognized.
178
178
"""
179
179
180
180
_parser = UserAgentParser ()
You can’t perform that action at this time.
0 commit comments