@@ -1267,7 +1267,7 @@ class Port(object):
12671267 (:class:`OwnPort`, :class:`MidiPort` and :class:`OwnMidiPort`).
12681268
12691269 New JACK audio/MIDI ports can be created with the
1270- :meth:`~Client. Ports.register` method of :attr:`Client.inports`,
1270+ :meth:`~Ports.register` method of :attr:`Client.inports`,
12711271 :attr:`Client.outports`, :attr:`Client.midi_inports` and
12721272 :attr:`Client.midi_outports`.
12731273
@@ -1372,7 +1372,7 @@ class MidiPort(Port):
13721372 attributes and methods.
13731373
13741374 New JACK audio/MIDI ports can be created with the
1375- :meth:`~Client. Ports.register` method of :attr:`Client.inports`,
1375+ :meth:`~Ports.register` method of :attr:`Client.inports`,
13761376 :attr:`Client.outports`, :attr:`Client.midi_inports` and
13771377 :attr:`Client.midi_outports`.
13781378
@@ -1409,7 +1409,7 @@ class OwnPort(Port):
14091409 :class:`OwnMidiPort` are created.
14101410
14111411 New JACK audio/MIDI ports can be created with the
1412- :meth:`~Client. Ports.register` method of :attr:`Client.inports`,
1412+ :meth:`~Ports.register` method of :attr:`Client.inports`,
14131413 :attr:`Client.outports`, :attr:`Client.midi_inports` and
14141414 :attr:`Client.midi_outports`.
14151415
@@ -1558,7 +1558,7 @@ class OwnMidiPort(MidiPort, OwnPort):
15581558 process callback -- see :meth:`Client.set_process_callback`).
15591559
15601560 New JACK audio/MIDI ports can be created with the
1561- :meth:`~Client. Ports.register` method of :attr:`Client.inports`,
1561+ :meth:`~Ports.register` method of :attr:`Client.inports`,
15621562 :attr:`Client.outports`, :attr:`Client.midi_inports` and
15631563 :attr:`Client.midi_outports`.
15641564
0 commit comments