diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 01:18:36 (GMT) |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 01:18:36 (GMT) |
| commit | 263c448a2e57378aee775e9a994ab87946233160 (patch) | |
| tree | 17b747db4ffe85f66514a2d13e337ae681d24cf1 /Lib/socketserver.py | |
| parent | 15a3095d64e96d0fe7448270f2c5b0bf22f9c4e1 (diff) | |
| parent | 96a4f07107476c0038ff1302b7ef779cab07e8ae (diff) | |
| download | cpython-263c448a2e57378aee775e9a994ab87946233160.zip cpython-263c448a2e57378aee775e9a994ab87946233160.tar.gz cpython-263c448a2e57378aee775e9a994ab87946233160.tar.bz2 | |
Issues #26310, 26311: Merge typo fixes from 3.5
Diffstat (limited to 'Lib/socketserver.py')
| -rw-r--r-- | Lib/socketserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/socketserver.py b/Lib/socketserver.py index 0ce8e81..e16aca5 100644 --- a/Lib/socketserver.py +++ b/Lib/socketserver.py @@ -671,7 +671,7 @@ class BaseRequestHandler: client address as self.client_address, and the server (in case it needs access to per-server information) as self.server. Since a separate instance is created for each request, the handle() method - can define arbitrary other instance variariables. + can define other arbitrary instance variables. """ |
